Magellan Linux

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

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

revision 782 by niro, Mon Dec 22 22:08:32 2008 UTC revision 935 by niro, Thu Nov 5 12:58:38 2009 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.22 2008-12-22 22:08:32 niro Exp $  # $Id$
3    
4  source /etc/conf.d/rc  source /etc/conf.d/rc
5  source ${rc_functions}  source ${rc_functions}
# 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-2008 Niels Rogalla; http://magellan-linux.net"   echo -e "Copyright 2001-2009 Niels Rogalla; http://magellan-linux.net"
25   echo   echo
26    
27   # mount proc filesystem, needed for bootsplash;   # mount proc filesystem, needed for bootsplash;
# Line 81  then Line 81  then
81   # devpts is not supported, give a warning   # devpts is not supported, give a warning
82   echo -e ${COLRED}"No devpts filesystem found ..."   echo -e ${COLRED}"No devpts filesystem found ..."
83   echo -e ${COLYELLOW}"Your Kernel doesn't support the devpts filesystem."   echo -e ${COLYELLOW}"Your Kernel doesn't support the devpts filesystem."
84   echo -e ${COLYELLOW}"Devfs with a kernel-2.6.x needs devpts,"   echo -e ${COLYELLOW}"Devfs/Udev with a kernel-2.6.x needs devpts,"
85   echo -e ${COLYELLOW}"or no pty's are available."   echo -e ${COLYELLOW}"or no pty's are available."
86   echo -e ${COLYELLOW}"Please make shure that this is enabled in your kernel."   echo -e ${COLYELLOW}"Please make sure that this is enabled in your kernel."
87   echo   echo
88   echo -e ${COLYELLOW}"Press any key to continue ..."   echo -e ${COLYELLOW}"Press any key to continue ..."
89   read   read

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