Magellan Linux

Diff of /trunk/initscripts/sysvinit/rc/rc

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

revision 935 by niro, Thu Nov 5 12:58:38 2009 UTC revision 974 by niro, Mon Apr 26 18:39:12 2010 UTC
# Line 21  if [[ $runlevel = sysinit ]] Line 21  if [[ $runlevel = sysinit ]]
21  then  then
22   echo   echo
23   echo -e "${COLGREEN}Starting ${COLBLUE}MAGELLAN (v${MAGEVER}) ${COLGREEN}Linux${COLDEFAULT}"   echo -e "${COLGREEN}Starting ${COLBLUE}MAGELLAN (v${MAGEVER}) ${COLGREEN}Linux${COLDEFAULT}"
24   echo -e "Copyright 2001-2009 Niels Rogalla; http://magellan-linux.net"   echo -e "Copyright 2001-2010 Niels Rogalla; http://magellan-linux.net"
25   echo   echo
26    
27   # mount proc filesystem, needed for bootsplash;   # mount proc filesystem, needed for bootsplash;
# Line 126  then Line 126  then
126   mv -f "/tmp/devices-$$.tar.bz2" /lib/udev/state/devices.tar.bz2   mv -f "/tmp/devices-$$.tar.bz2" /lib/udev/state/devices.tar.bz2
127   evaluate_retval   evaluate_retval
128   fi   fi
129    
130     # stop udev now
131     stop_udev
132  fi  fi
133    
134    

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