SVN: rc-scripts/trunk/lib/functions
glen
glen at pld-linux.org
Tue Apr 9 23:45:33 CEST 2013
Author: glen
Date: Tue Apr 9 23:45:33 2013
New Revision: 12648
Modified:
rc-scripts/trunk/lib/functions
Log:
revert [12647] it was correct before that
Modified: rc-scripts/trunk/lib/functions
==============================================================================
--- rc-scripts/trunk/lib/functions (original)
+++ rc-scripts/trunk/lib/functions Tue Apr 9 23:45:33 2013
@@ -158,7 +158,7 @@
return 0
}
-if is_yes "$FASTRC" || ! is_no "$IN_SHUTDOWN"; then
+if is_yes "$FASTRC" || is_yes "$IN_SHUTDOWN"; then
RC_LOGGING=no
fi
More information about the pld-cvs-commit
mailing list