]> git.pld-linux.org Git - packages/LPRng.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:
    lpd.init -> 1.4

lpd.init

index 3a5778efbc7be3f9986773478509440ff62a171f..a8eb572256c9effa63bd431978f37d0d426303a2 100644 (file)
--- a/lpd.init
+++ b/lpd.init
@@ -22,7 +22,7 @@
 [ -f /etc/sysconfig/lpd ] && . /etc/sysconfig/lpd
 
 # Check that networking is up.
-[ "${NETWORKING}" = "no" ] && echo "Error: Networking is down"; exit 0
+[ "${NETWORKING}" = "no" ] && echo "Error: Networking is down" && exit 0
 
 # Sanity check
 [ -f /etc/printcap ] || exit 0
This page took 0.078832 seconds and 4 git commands to generate.