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

sendmail.init

index ae2daebc81637ef7036490b6c4443670e25bffbe..fbbcf6e04524b91d7b2b53adf8591fa380d21425 100644 (file)
@@ -26,7 +26,7 @@ fi
 
 # 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 Sendmail
                exit 1
        fi
This page took 0.02838 seconds and 4 git commands to generate.