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

Diff for /src/etc/Attic/rc.local between version 1.39 and 1.40

version 1.39, 2006/07/28 20:19:46 version 1.40, 2010/10/26 20:56:03
Line 7 
Line 7 
   
 echo -n 'starting local daemons:'  echo -n 'starting local daemons:'
   
   for _r in $rc_scripts; do
           [ -x /etc/rc.d/${_r} ] && /etc/rc.d/${_r} start && echo -n " ${_r}"
   done
   
 # Add your local startup actions here.  # Add your local startup actions here.
   
 echo '.'  echo '.'
   

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40