Magellan Linux

Diff of /trunk/magellan-initscripts/etc/rc.d/init.d/rc

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

revision 424 by niro, Tue Oct 31 10:50:22 2006 UTC revision 425 by niro, Wed Feb 7 08:07:43 2007 UTC
# Line 1  Line 1 
1  #!/bin/bash  #!/bin/bash
2  # $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/etc/rc.d/init.d/rc,v 1.11 2006-10-31 10:50:22 niro Exp $  # $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/etc/rc.d/init.d/rc,v 1.12 2007-02-07 08:07:43 niro Exp $
3    
4  source /etc/sysconfig/rc  source /etc/sysconfig/rc
5  source $rc_functions  source $rc_functions
# Line 83  if [[ $runlevel = sysinit ]] Line 83  if [[ $runlevel = sysinit ]]
83  then  then
84   echo   echo
85   echo -e "${COLGREEN}Starting ${COLBLUE}MAGELLAN (v${MAGEVER}) ${COLGREEN}Linux${COLDEFAULT}"   echo -e "${COLGREEN}Starting ${COLBLUE}MAGELLAN (v${MAGEVER}) ${COLGREEN}Linux${COLDEFAULT}"
86   echo -e "Copyright 2001-2006 Niels Rogalla; http://magellan-linux.net"   echo -e "Copyright 2001-2007 Niels Rogalla; http://magellan-linux.net"
87   echo   echo
88    
89   # mount proc filesystem, needed for bootsplash;   # mount proc filesystem, needed for bootsplash;

Legend:
Removed from v.424  
changed lines
  Added in v.425