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

Diff for /src/etc/rc between version 1.27 and 1.28

version 1.27, 1996/12/07 12:19:00 version 1.28, 1996/12/22 20:14:09
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."
         fsck -p          ( ulimit -d 32768; fsck -p )
         case $? in          case $? in
         0)          0)
                 ;;                  ;;

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28