]> git.pld-linux.org Git - packages/postfix.git/commitdiff
- ignore /var/lock/subsys remove readonly fs errors (after fsck wants to reboot system)
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 8 Jul 2010 10:51:43 +0000 (10:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postfix.init -> 1.28

postfix.init

index a446c089d8479e43594ab7f3be578828632d788c..459e2d7a2e43c3211e2b6a3706202d86fe0ebe5b 100644 (file)
@@ -67,7 +67,7 @@ stop() {
                fail
                echo >&2 "$msg"
        fi
-       rm -f /var/lock/subsys/postfix
+       rm -f /var/lock/subsys/postfix >/dev/null 2>&1
 }
 
 reload() {
This page took 0.291874 seconds and 4 git commands to generate.