From: ankry Date: Mon, 7 Jul 2003 00:22:48 +0000 (+0000) Subject: - fixed previous change X-Git-Tag: sendmail-8_12_11-7_1~1 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=200e4f5c6c8fb1910742894751e2561e03c3dfea;p=packages%2Fsendmail.git - fixed previous change Changed files: sendmail.init -> 1.16 --- diff --git a/sendmail.init b/sendmail.init index fbbcf6e..34127ce 100644 --- a/sendmail.init +++ b/sendmail.init @@ -26,7 +26,7 @@ fi # 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 Sendmail exit 1 fi