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 642 by niro, Sat Sep 1 19:17:36 2007 UTC revision 643 by niro, Tue Jan 1 13:17:00 2008 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.17 2007-09-01 19:13:18 niro Exp $  # $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/etc/rc.d/init.d/rc,v 1.18 2008-01-01 13:17:00 niro Exp $
3    
4  source /etc/sysconfig/rc  source /etc/sysconfig/rc
5  source $rc_functions  source $rc_functions
# Line 96  if [[ $runlevel = sysinit ]] Line 96  if [[ $runlevel = sysinit ]]
96  then  then
97   echo   echo
98   echo -e "${COLGREEN}Starting ${COLBLUE}MAGELLAN (v${MAGEVER}) ${COLGREEN}Linux${COLDEFAULT}"   echo -e "${COLGREEN}Starting ${COLBLUE}MAGELLAN (v${MAGEVER}) ${COLGREEN}Linux${COLDEFAULT}"
99   echo -e "Copyright 2001-2007 Niels Rogalla; http://magellan-linux.net"   echo -e "Copyright 2001-2008 Niels Rogalla; http://magellan-linux.net"
100   echo   echo
101    
102   # mount proc filesystem, needed for bootsplash;   # mount proc filesystem, needed for bootsplash;

Legend:
Removed from v.642  
changed lines
  Added in v.643