]> git.pld-linux.org Git - packages/courier-imap.git/commitdiff
- fixed previous change help
authorankry <ankry@pld-linux.org>
Mon, 7 Jul 2003 00:22:46 +0000 (00:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    courier-imap-authdaemon.init -> 1.10
    courier-imap-pop3.init -> 1.10
    courier-imap.init -> 1.14

courier-imap-authdaemon.init
courier-imap-pop3.init
courier-imap.init

index 4bfec3ba8cedaf10edba4be60fa3ebb7d5314cde..563e5372cd294f6b586270237f8fdc663a565e6f 100644 (file)
@@ -16,7 +16,7 @@ METHOD="plain"
 
 # 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 "Courier IMAP - Authdaemon"
                exit 1
        fi
index 4f6538f75196626beed055fee5ca5b9b196e1e1c..e1cc2b837e3069905bd9a464b713186fca94cf64 100644 (file)
@@ -22,7 +22,7 @@ POP3DSSLSTART="no"
 
 # 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 "Courier POP3"
                exit 1
        fi
index b4c24eac075d728924e9bdd6f8e130eaf90e1826..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 -a != stop -a != status ]; 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.077506 seconds and 4 git commands to generate.