]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
do not reset RC_LOGGING when IN_SHUTDOWN is not set
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 9 Apr 2013 21:41:56 +0000 (21:41 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Tue, 9 Apr 2013 21:41:56 +0000 (21:41 +0000)
refs [6452] and [9733]

svn-id: @12647

lib/functions

index 7b03a81cc8758f7d27e46142bd1534eded4e688a..6ae814cd4f023a17fbcc3f08a5a356803a97331f 100644 (file)
@@ -158,7 +158,7 @@ strstr() {
        return 0
 }
 
-if is_yes "$FASTRC" || is_yes "$IN_SHUTDOWN"; then
+if is_yes "$FASTRC" || ! is_no "$IN_SHUTDOWN"; then
        RC_LOGGING=no
 fi
 
This page took 0.03275 seconds and 4 git commands to generate.