]> git.pld-linux.org Git - packages/courier-imap.git/blobdiff - courier-imap.init
- update to 2.1.1 by Andree
[packages/courier-imap.git] / courier-imap.init
index bd811796694daca0eddd76f51d93508fb220e208..b169ae3720855c4e421402e43776952aab530831 100644 (file)
@@ -22,7 +22,7 @@ IMAPDSSLSTART="no"
 
 # Check that networking is up.
 if is_yes "${NETWORKING}"; then
-       if [ ! -f /var/lock/subsys/network ]; then
+       if [ ! -f /var/lock/subsys/network -a "$1" != stop -a "$1" != status ]; then
                msg_network_down "Courier IMAP"
                exit 1
        fi
This page took 0.024152 seconds and 4 git commands to generate.