]> git.pld-linux.org Git - packages/eximstate.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:
    eximstate.init -> 1.6
    eximstated.init -> 1.5

eximstate.init
eximstated.init

index 7af026d404dd4c1f9ea0088249b8916cb3f8e76b..6c393574f99e2c29a8cf0d86e5fcec8d32522e14 100644 (file)
@@ -18,7 +18,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
                # nls "ERROR: Networking is down. %s can't be run." <service>
                msg_network_down eximstate
                exit 1
index 97d1aff9fcd0428153bbd45b44c0fed3426b2af1..cb659f2f183b41e15e3bc7c326d3011be4283427 100644 (file)
@@ -18,7 +18,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
                # nls "ERROR: Networking is down. %s can't be run." <service>
                msg_network_down eximstated
                exit 1
This page took 0.109574 seconds and 4 git commands to generate.