]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
revert [12647] it was correct before that
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 9 Apr 2013 21:45:33 +0000 (21:45 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Tue, 9 Apr 2013 21:45:33 +0000 (21:45 +0000)
svn-id: @12648

lib/functions

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