SOURCES (AC-branch): nfs.init - fix logic

baggins baggins at pld-linux.org
Mon May 8 16:16:05 CEST 2006


Author: baggins                      Date: Mon May  8 14:16:05 2006 GMT
Module: SOURCES                       Tag: AC-branch
---- Log message:
- fix logic

---- Files affected:
SOURCES:
   nfs.init (1.22.2.3 -> 1.22.2.4) 

---- Diffs:

================================================================
Index: SOURCES/nfs.init
diff -u SOURCES/nfs.init:1.22.2.3 SOURCES/nfs.init:1.22.2.4
--- SOURCES/nfs.init:1.22.2.3	Mon May  8 15:53:13 2006
+++ SOURCES/nfs.init	Mon May  8 16:16:00 2006
@@ -37,7 +37,7 @@
 [ -x /usr/sbin/rpc.mountd ] || exit 0
 [ -f /etc/exports ] || exit 0
 
-if is_yes "$NFS4" ; then
+if ! is_yes "$NFS4" ; then
 	RPCMOUNTOPTIONS="$RPCMOUNTOPTIONS --no-nfs-version 4"
 fi
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/nfs.init?r1=1.22.2.3&r2=1.22.2.4&f=u



More information about the pld-cvs-commit mailing list