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

Diff for /src/etc/rc between version 1.169 and 1.170

version 1.169, 2001/05/03 21:56:57 version 1.170, 2001/05/15 21:28:43
Line 64 
Line 64 
         fi          fi
 done  done
   
   swapon -a
   
 if [ -e /fastboot ]; then  if [ -e /fastboot ]; then
         echo "Fast boot: skipping disk checks."          echo "Fast boot: skipping disk checks."
 elif [ $1x = autobootx ]; then  elif [ $1x = autobootx ]; then
Line 101 
Line 103 
 fi  fi
   
 trap "echo 'Boot interrupted.'; exit 1" 3  trap "echo 'Boot interrupted.'; exit 1" 3
   
 swapon -a  
   
 umount -a >/dev/null 2>&1  umount -a >/dev/null 2>&1
 mount -a -t nonfs  mount -a -t nonfs

Legend:
Removed from v.1.169  
changed lines
  Added in v.1.170