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

Diff for /src/etc/Attic/rc.shutdown between version 1.11 and 1.12

version 1.11, 2011/03/17 16:43:51 version 1.12, 2011/04/22 06:08:14
Line 7 
Line 7 
   
 powerdown=NO    # set to YES for powerdown  powerdown=NO    # set to YES for powerdown
   
 echo -n 'stopping local daemons:'  
   
 while [ -n "${rc_scripts}" ]; do  
         _r=${rc_scripts##* }  
         rc_scripts=${rc_scripts%%*( )${_r}}  
         [ -x /etc/rc.d/${_r} ] && /etc/rc.d/${_r} stop  
 done  
   
 # Add your local shutdown actions here.  # Add your local shutdown actions here.
   
 echo '.'  

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12