Magellan Linux

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

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

revision 782 by niro, Mon Jun 2 22:14:35 2008 UTC revision 783 by niro, Mon Dec 22 22:09:33 2008 UTC
# Line 1  Line 1 
1  #!/bin/sh  #!/bin/sh
2  # $Header: /home/cvsd/magellan-cvs/magellan-src/busybox-initscripts/rc/rc,v 1.1 2008-06-02 22:14:35 niro Exp $  # $Header: /home/cvsd/magellan-cvs/magellan-src/busybox-initscripts/rc/rc,v 1.2 2008-12-22 22:09:27 niro Exp $
3    
4  source /etc/conf.d/rc  source /etc/conf.d/rc
5  source ${rc_functions}  source ${rc_functions}
# Line 86  then Line 86  then
86   # devpts is not supported, give a warning   # devpts is not supported, give a warning
87   echo -e ${COLRED}"No devpts filesystem found ..."   echo -e ${COLRED}"No devpts filesystem found ..."
88   echo -e ${COLYELLOW}"Your Kernel doesn't support the devpts filesystem."   echo -e ${COLYELLOW}"Your Kernel doesn't support the devpts filesystem."
89   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,"
90   echo -e ${COLYELLOW}"or no pty's are available."   echo -e ${COLYELLOW}"or no pty's are available."
91   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."
92   echo   echo
93   echo -e ${COLYELLOW}"Press any key to continue ..."   echo -e ${COLYELLOW}"Press any key to continue ..."
94   read   read

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