rc-scripts/trunk/rc.d/init.d/functions
glen
cvs at pld-linux.org
Sun Feb 26 12:05:40 CET 2006
Author: glen
Date: Sun Feb 26 12:05:39 2006
New Revision: 7020
Modified:
rc-scripts/trunk/rc.d/init.d/functions
Log:
Disable colors and enable FASTRC for initng.
Modified: rc-scripts/trunk/rc.d/init.d/functions
==============================================================================
--- rc-scripts/trunk/rc.d/init.d/functions (original)
+++ rc-scripts/trunk/rc.d/init.d/functions Sun Feb 26 12:05:39 2006
@@ -61,6 +61,11 @@
unset _ctx
fi
+if [ -n "$INITNG" ]; then
+ COLOR_INIT=no
+ FASTRC=yes
+fi
+
is_yes()
{
# Test syntax
More information about the pld-cvs-commit
mailing list