Magellan Linux

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

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

revision 961 by niro, Fri Jan 1 11:35:16 2010 UTC revision 975 by niro, Mon Apr 26 18:55:37 2010 UTC
# Line 28  if [[ $runlevel = sysinit ]] Line 28  if [[ $runlevel = sysinit ]]
28  then  then
29   echo   echo
30   echo -e "${COLGREEN}Starting ${COLBLUE}MAGELLAN (v${MAGEVER}) ${COLGREEN}Linux${COLDEFAULT}"   echo -e "${COLGREEN}Starting ${COLBLUE}MAGELLAN (v${MAGEVER}) ${COLGREEN}Linux${COLDEFAULT}"
31   echo -e "Copyright 2001-2009 Niels Rogalla; http://magellan-linux.net"   echo -e "Copyright 2001-2010 Niels Rogalla; http://magellan-linux.net"
32   echo   echo
33    
34   # mount proc filesystem, needed for bootsplash;   # mount proc filesystem, needed for bootsplash;
# 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.961  
changed lines
  Added in v.975