]> git.pld-linux.org Git - packages/cyrus-imapd.git/blobdiff - cyrus-imapd.init
- no complaints? so release 1 as security fix
[packages/cyrus-imapd.git] / cyrus-imapd.init
index 811ea32ec1e948a9490c1ee2d32a32d3704bbdc5..d86d4a87a03b5896df9a1f1204ca49badd0b591c 100644 (file)
@@ -2,7 +2,7 @@
 #
 # cyrus-imapd  cyrus-imapd IMAP & POP3 Server
 #
-# chkconfig:    345  85 15
+# chkconfig:   345 85 15
 #
 # description: cyrus-imapd
 
@@ -14,7 +14,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
                msg_network_down cyrus-imapd
                exit 1
        fi
This page took 0.028681 seconds and 4 git commands to generate.