From: ankry Date: Mon, 7 Jul 2003 00:22:46 +0000 (+0000) Subject: - fixed previous change X-Git-Tag: auto/ac/fetchmail-6_2_4-1~13 X-Git-Url: http://git.pld-linux.org/?p=packages%2Ffetchmail.git;a=commitdiff_plain;h=575fdbc40c9f7c94bc58e3afa70e4a21d8bed187 - fixed previous change Changed files: fetchmail.init -> 1.13 --- diff --git a/fetchmail.init b/fetchmail.init index f039b05..7127887 100644 --- a/fetchmail.init +++ b/fetchmail.init @@ -22,7 +22,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 "fetchmail" exit 1 fi