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

Diff for /src/etc/rc between version 1.171 and 1.172

version 1.171, 2001/05/30 02:11:09 version 1.172, 2001/06/02 03:06:29
Line 64 
Line 64 
         fi          fi
 done  done
   
 swapon -a  swapctl -A -t blk
   
 if [ -e /fastboot ]; then  if [ -e /fastboot ]; then
         echo "Fast boot: skipping disk checks."          echo "Fast boot: skipping disk checks."
Line 267 
Line 267 
 echo '.'  echo '.'
   
 mount -a -t nfs  mount -a -t nfs
   
   swapctl -A -t noblk
   
 # /var/crash should be a directory or a symbolic link  # /var/crash should be a directory or a symbolic link
 # to the crash directory if core dumps are to be saved.  # to the crash directory if core dumps are to be saved.

Legend:
Removed from v.1.171  
changed lines
  Added in v.1.172