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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to