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

Diff for /src/etc/rc between version 1.97 and 1.98

version 1.97, 1999/05/24 18:00:05 version 1.98, 1999/05/26 08:40:00
Line 21 
Line 21 
         ccdconfig -C          ccdconfig -C
 fi  fi
   
   # Configure raid devices.
   for dev in 0 1 2 3; do
           if [ -f /etc/raid$dev.conf ]; then
                   raidctl -c /etc/raid$dev.conf raid$dev
           fi
   done
   
 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

Legend:
Removed from v.1.97  
changed lines
  Added in v.1.98