]> git.pld-linux.org Git - packages/nfs-utils.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:
    nfs.init -> 1.5

nfs.init

index 51a2bf5ca68d9609006a5ff780e8db89dd759197..91f3a0ec44d22eeecca8753243d7390b2b1a24ad 100644 (file)
--- a/nfs.init
+++ b/nfs.init
@@ -20,7 +20,7 @@
 [ -f /etc/sysconfig/nfs ] && . /etc/sysconfig/nfs
 
 # 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/exports ] || exit 0
This page took 0.829953 seconds and 4 git commands to generate.