rpms/nfs-utils/F-11 nfs-utils.spec,1.224,1.225 nfs.init,1.33,1.34

Steve Dickson steved at fedoraproject.org
Wed Jun 3 15:20:46 UTC 2009


Author: steved

Update of /cvs/pkgs/rpms/nfs-utils/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25664

Modified Files:
	nfs-utils.spec nfs.init 
Log Message:
- Turned off nfs41 support in nfs init script.



Index: nfs-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nfs-utils/F-11/nfs-utils.spec,v
retrieving revision 1.224
retrieving revision 1.225
diff -u -p -r1.224 -r1.225
--- nfs-utils.spec	2 Jun 2009 17:15:59 -0000	1.224
+++ nfs-utils.spec	3 Jun 2009 15:20:14 -0000	1.225
@@ -231,6 +231,7 @@ fi
 %changelog
 * Tue Jun  2 2009 Steve Dickson <steved at redhat.com> 1.2.0-1
 - Updated to latest upstream relase: 1.2.0
+- Turned off nfs41 support in nfs init script.
 
 * Tue May 19 2009 Tom "spot" Callaway <tcallawa at redhat.com> 1.1.5-6
 - Replace the Sun RPC license with the BSD license, with the explicit permission of Sun Microsystems


Index: nfs.init
===================================================================
RCS file: /cvs/pkgs/rpms/nfs-utils/F-11/nfs.init,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -p -r1.33 -r1.34
--- nfs.init	6 Mar 2009 12:31:05 -0000	1.33
+++ nfs.init	3 Jun 2009 15:20:15 -0000	1.34
@@ -80,7 +80,8 @@ case "$1" in
 	fi
 
 	echo -n $"Starting NFS daemon: "
-	daemon rpc.nfsd $RPCNFSDARGS $RPCNFSDCOUNT
+	# For now, turn off the nfs41 support 
+	daemon rpc.nfsd -N 4.1 $RPCNFSDARGS $RPCNFSDCOUNT
 	RETVAL=$?
 	echo
 	[ $RETVAL -ne 0 ] && exit $RETVAL




More information about the fedora-extras-commits mailing list