[BACK]Return to rc CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/rc between version 1.30 and 1.31

version 1.30, 1997/02/19 03:59:14 version 1.31, 1997/02/28 07:53:33
Line 25 
Line 25 
         echo "Fast boot: skipping disk checks."          echo "Fast boot: skipping disk checks."
 elif [ $1x = autobootx ]; then  elif [ $1x = autobootx ]; then
         echo "Automatic boot in progress: starting file system checks."          echo "Automatic boot in progress: starting file system checks."
         ( ulimit -d 32768; fsck -p )          fsck -p
         case $? in          case $? in
         0)          0)
                 ;;                  ;;

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31