]> git.pld-linux.org Git - packages/autofs.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:
    autofs.init -> 1.8

autofs.init

index 09e4dcfad00938331dae0408743f6ba97e706904..446e211ff9115406e290ad859c0485fd47fade63 100644 (file)
@@ -23,7 +23,7 @@
 [ -f /etc/sysconfig/inetd ] && . /etc/sysconfig/inetd
 
 # Check that networking is up.
-[ "${NETWORKING}" = "no" ] && echo "Error: Networking is down"; exit 0
+[ "${NETWORKING}" = "no" ] && echo "Error: Networking is down" && exit 0
 
 
 #      We can add local options here
This page took 0.031259 seconds and 4 git commands to generate.