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

Diff for /src/etc/Attic/rc.shutdown between version 1.7 and 1.8

version 1.7, 2006/06/22 00:41:59 version 1.8, 2010/10/26 20:56:03
Line 7 
Line 7 
   
 powerdown=NO    # set to YES for powerdown  powerdown=NO    # set to YES for powerdown
   
 #  echo -n 'stopping local daemons:'
 # Your shell code goes here  
 #  while [ -n "$rc_scripts" ]; do
           _r=${rc_scripts##* }
           rc_scripts=${rc_scripts%%*( )${_r}}
           [ -x /etc/rc.d/${_r} ] && /etc/rc.d/${_r} stop && echo -n " ${_r}"
   done
   
   # Add your local shutdown actions here.
   
   echo '.'

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8