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
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to