]> git.pld-linux.org Git - packages/distcc.git/commitdiff
- fixed previous change
authorankry <ankry@pld-linux.org>
Mon, 7 Jul 2003 00:22:46 +0000 (00:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    distcc.init -> 1.7

distcc.init

index cb897c21facbc6a05c6cc6feb251bfab4c405584..ca39331a1bc6268a38767be511d93e3d814be2cd 100644 (file)
@@ -21,7 +21,7 @@
 
 # Check that networking is up.
 if is_yes "${NETWORKING}"; then
-       if [ ! -f /var/lock/subsys/network -a != stop -a != status ]; then
+       if [ ! -f /var/lock/subsys/network -a "$1" != stop -a "$1" != status ]; then
                msg_network_down distccd
                exit 1
        fi
This page took 0.116845 seconds and 4 git commands to generate.