Magellan Linux

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

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

revision 1807 by niro, Mon Apr 2 11:27:25 2012 UTC revision 1808 by niro, Thu Apr 19 15:21:42 2012 UTC
# Line 34  fi Line 34  fi
34  trap "" INT QUIT TSTP  trap "" INT QUIT TSTP
35    
36  [ "$1" != "" ] && runlevel=$1  [ "$1" != "" ] && runlevel=$1
37    # export runlevel variable to make it accessible for other rc-scripts
38    export runlevel
39    
40  if [[ $runlevel = sysinit ]]  if [[ $runlevel = sysinit ]]
41  then  then
# Line 180  then Line 182  then
182   done   done
183  fi  fi
184    
185  if [[ ${runlevel} = boot ]]  if [[ ${runlevel} = boot ]] || [[ ${runlevel} = shutdown ]] || [[ ${runlevel} = reboot ]]
186  then  then
187   # exit bootsplash   # exit bootsplash
188   splash "rc_exit" "${runlevel}"   splash "rc_exit" "${runlevel}"

Legend:
Removed from v.1807  
changed lines
  Added in v.1808