]> git.pld-linux.org Git - packages/sendmail.git/commitdiff
- standarized reaction if NETWRKING=no.
authorkloczek <kloczek@pld-linux.org>
Sat, 31 Jul 1999 00:45:23 +0000 (00:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sendmail.init -> 1.4

sendmail.init

index 48b126420821ba47127f87b28a0141792934f2ff..b64f99e8499b0b1ac92e5cedf35acad0249071ce 100644 (file)
@@ -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.
This page took 0.058958 seconds and 4 git commands to generate.