]> git.pld-linux.org Git - packages/sendmail.git/blobdiff - sendmail.init
- allow some actions when network is down
[packages/sendmail.git] / 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.045736 seconds and 4 git commands to generate.