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

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

version 1.10, 2010/11/26 08:09:35 version 1.11, 2011/03/17 16:43:51
Line 12 
Line 12 
 while [ -n "${rc_scripts}" ]; do  while [ -n "${rc_scripts}" ]; do
         _r=${rc_scripts##* }          _r=${rc_scripts##* }
         rc_scripts=${rc_scripts%%*( )${_r}}          rc_scripts=${rc_scripts%%*( )${_r}}
         [ -x /etc/rc.d/${_r} ] && echo -n " ${_r}" && /etc/rc.d/${_r} stop          [ -x /etc/rc.d/${_r} ] && /etc/rc.d/${_r} stop
 done  done
   
 # Add your local shutdown actions here.  # Add your local shutdown actions here.

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