[BACK]Return to rc CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / etc

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/etc/rc between version 1.49 and 1.50

version 1.49, 1994/11/04 13:27:32 version 1.50, 1995/08/27 20:30:53
Line 17  HOME=/; export HOME
Line 17  HOME=/; export HOME
 PATH=/sbin:/bin:/usr/sbin:/usr/bin  PATH=/sbin:/bin:/usr/sbin:/usr/bin
 export PATH  export PATH
   
   # Configure ccd devices.
   if [ -f /etc/ccd.conf ]
   then
           ccdconfig -C
   fi
   
 if [ -e /fastboot ]  if [ -e /fastboot ]
 then  then
         echo "Fast boot: skipping disk checks."          echo "Fast boot: skipping disk checks."

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50

CVSweb <webmaster@jp.NetBSD.org>