SVN: rc-scripts/trunk/rc.d/init.d/functions

glen glen at pld-linux.org
Sun Sep 17 23:52:52 CEST 2006


Author: glen
Date: Sun Sep 17 23:52:51 2006
New Revision: 7786

Modified:
   rc-scripts/trunk/rc.d/init.d/functions
Log:
No need to force any settings 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 Sep 17 23:52:51 2006
@@ -61,11 +61,6 @@
 	unset _ctx
 fi
 
-if [ -n "$INITNG" ]; then
-	COLOR_INIT=no
-	FASTRC=yes
-fi
-
 if [ -z "$GETTEXT" ]; then
 	if [ -x /bin/gettext -o -x /usr/bin/gettext ]; then
 		GETTEXT=yes


More information about the pld-cvs-commit mailing list