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

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

version 1.9, 2010/11/17 13:43:19 version 1.10, 2010/11/26 08:09:35
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} ] && /etc/rc.d/${_r} stop && echo -n " ${_r}"          [ -x /etc/rc.d/${_r} ] && echo -n " ${_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.9  
changed lines
  Added in v.1.10