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

Diff for /src/etc/rc between version 1.481 and 1.482

version 1.481, 2016/05/26 14:59:48 version 1.482, 2016/05/26 16:29:51
Line 210 
Line 210 
         if $_remount; then          if $_remount; then
                 mount -u -r $_dkdev                  mount -u -r $_dkdev
         fi          fi
   
         echo ' done.'          echo ' done.'
 }  }
   
Line 311 
Line 311 
         exit 0          exit 0
 fi  fi
   
 # Add swap block-devices.  # Add swap block-devices.
 swapctl -A -t blk  swapctl -A -t blk
   
 if [[ -e /fastboot ]]; then  if [[ -e /fastboot ]]; then

Legend:
Removed from v.1.481  
changed lines
  Added in v.1.482