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

Diff for /src/etc/rc between version 1.399 and 1.400

version 1.399, 2012/03/10 10:37:13 version 1.400, 2012/04/06 15:11:30
Line 264 
Line 264 
         exit 0          exit 0
 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  
   
 # Check parity on raid devices.  
 raidctl -P all  
   
 swapctl -A -t blk  swapctl -A -t blk
   
 if [ -e /fastboot ]; then  if [ -e /fastboot ]; then

Legend:
Removed from v.1.399  
changed lines
  Added in v.1.400