]> git.pld-linux.org Git - packages/exim-lite.git/commitdiff
- allow some actions when network is down
authorankry <ankry@pld-linux.org>
Thu, 3 Jul 2003 21:01:49 +0000 (21:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    exim.init -> 1.15

exim.init

index a4c770bc0917df50804fc83c760e5a5693996113..833ea6c752c579f0554ee4b6b1a160366e3ef291 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 ]; then
+       if [ ! -f /var/lock/subsys/network -a != stop -a != status ]; then
                msg_network_down Exim
                exit 1
        fi
                msg_network_down Exim
                exit 1
        fi
This page took 0.065069 seconds and 4 git commands to generate.