]> git.pld-linux.org Git - packages/exim-lite.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:
    exim.init -> 1.16

exim.init

index 833ea6c752c579f0554ee4b6b1a160366e3ef291..f11f6e8372eba37af5e655194b2f9db00082a3dc 100644 (file)
--- a/exim.init
+++ b/exim.init
@@ -24,7 +24,7 @@ fi
 
 # Check that networking is up.
 if is_yes "${NETWORKING}"; then
 
 # 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 Exim
                exit 1
        fi
                msg_network_down Exim
                exit 1
        fi
This page took 0.128298 seconds and 4 git commands to generate.