Magellan Linux

Diff of /trunk/busybox-initscripts/rc/rc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 974 by niro, Fri Jan 1 11:35:35 2010 UTC revision 975 by niro, Mon Apr 26 18:55:37 2010 UTC
# Line 131  then Line 131  then
131   evaluate_retval   evaluate_retval
132   fi   fi
133    
134     # stop udev now
135     stop_udev
136    
137   # run through all runlevel scripts   # run through all runlevel scripts
138   for i in $(ls -v ${rc_base}/rc${runlevel}.d/K* 2> /dev/null)   for i in $(ls -v ${rc_base}/rc${runlevel}.d/K* 2> /dev/null)
139   do   do

Legend:
Removed from v.974  
changed lines
  Added in v.975