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

baggins cvs at pld-linux.org
Mon Oct 17 17:04:12 CEST 2005


Author: baggins
Date: Mon Oct 17 17:04:07 2005
New Revision: 6453

Modified:
   rc-scripts/trunk/rc.d/init.d/functions
Log:
- RC_LOGGING should be checked against "no"


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	Mon Oct 17 17:04:07 2005
@@ -97,7 +97,7 @@
 	RC_LOGGING=no
 fi
 
-if is_yes "${IN_SHUTDOWN}" || ! is_yes "${RC_LOGGING}" ; then
+if is_yes "${IN_SHUTDOWN}" || is_no "${RC_LOGGING}" ; then
 	initlog()
 	{
 		RESULT=0



More information about the pld-cvs-commit mailing list