--- trunk/magellan-initscripts/etc/rc.d/init.d/rc 2008/12/22 22:08:32 782 +++ trunk/magellan-initscripts/etc/rc.d/init.d/rc 2008/12/22 22:09:33 783 @@ -1,5 +1,5 @@ #!/bin/bash -# $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 $ +# $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/etc/rc.d/init.d/rc,v 1.23 2008-12-22 22:09:33 niro Exp $ source /etc/conf.d/rc source ${rc_functions} @@ -81,9 +81,9 @@ # devpts is not supported, give a warning echo -e ${COLRED}"No devpts filesystem found ..." echo -e ${COLYELLOW}"Your Kernel doesn't support the devpts filesystem." - 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," echo -e ${COLYELLOW}"or no pty's are available." - 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." echo echo -e ${COLYELLOW}"Press any key to continue ..." read