Added /usr/distbin to PATH

This commit is contained in:
Andrew Moore 1993-09-18 08:20:32 +00:00
parent f165719da7
commit a1ab210660
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=480
2 changed files with 3 additions and 2 deletions

View File

@ -917,7 +917,8 @@ echo "read resp junk"
echo "case \"\$resp\" in"
echo "y*|Y*)"
echo " echo"
echo " echo \"Now insert third installation (dos) floppy in drive and\""
echo " echo \"Remove cpio installation floppy from drive.\""
echo " echo \"Insert third installation (dos) floppy and\""
echo " echo -n \"enter that drive's number (e.g. 0 or 1): [0] \""
echo " read resp junk"
echo " driveno=\${resp:-0}"

View File

@ -2,7 +2,7 @@ stty status '^T'
trap : 2
trap : 3
HOME=/; export HOME
PATH=/sbin:/bin:/usr/sbin:/usr/bin; export PATH
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/distbin; export PATH
if [ -e /fastboot ]
then
echo Fast boot ... skipping disk checks