SVN: rc-scripts/trunk/lib/functions
glen
glen at pld-linux.org
Tue Apr 9 23:41:56 CEST 2013
Author: glen
Date: Tue Apr 9 23:41:56 2013
New Revision: 12647
Modified:
rc-scripts/trunk/lib/functions
Log:
do not reset RC_LOGGING when IN_SHUTDOWN is not set
refs [6452] and [9733]
Modified: rc-scripts/trunk/lib/functions
==============================================================================
--- rc-scripts/trunk/lib/functions (original)
+++ rc-scripts/trunk/lib/functions Tue Apr 9 23:41:56 2013
@@ -158,7 +158,7 @@
return 0
}
-if is_yes "$FASTRC" || is_yes "$IN_SHUTDOWN"; then
+if is_yes "$FASTRC" || ! is_no "$IN_SHUTDOWN"; then
RC_LOGGING=no
fi
More information about the pld-cvs-commit
mailing list