From: kloczek Date: Sat, 31 Jul 1999 00:45:23 +0000 (+0000) Subject: - standarized reaction if NETWRKING=no. X-Git-Tag: sendmail-8_11_2-1~48 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=935d002dc07f0e39e34ba947b8f3f54f0bc9fef8;p=packages%2Fsendmail.git - standarized reaction if NETWRKING=no. Changed files: sendmail.init -> 1.4 --- diff --git a/sendmail.init b/sendmail.init index 48b1264..b64f99e 100644 --- a/sendmail.init +++ b/sendmail.init @@ -19,7 +19,7 @@ [ -f /etc/sysconfig/sendmail ] && . /etc/sysconfig/sendmail # Check that networking is up. -[ "${NETWORKING}" = "no" ] && echo "Error: Networking is down"; exit 0 +[ "${NETWORKING}" = "no" ] && echo "Error: Networking is down" && exit 0 # See how we were called.