rpms/nfs-utils/F-9 nfs-utils.spec, 1.168, 1.169 nfs.sysconfig, 1.2, 1.3

Steve Dickson (steved) fedora-extras-commits at redhat.com
Wed Apr 23 19:00:48 UTC 2008


Author: steved

Update of /cvs/pkgs/rpms/nfs-utils/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22215

Modified Files:
	nfs-utils.spec nfs.sysconfig 
Log Message:
- Documented out to turn off/on protocol support for
  rpc.nfsd in /etc/sysconfig/nfs (bz443625)



Index: nfs-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nfs-utils/F-9/nfs-utils.spec,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- nfs-utils.spec	14 Apr 2008 21:49:50 -0000	1.168
+++ nfs-utils.spec	23 Apr 2008 19:00:12 -0000	1.169
@@ -2,7 +2,7 @@
 Name: nfs-utils
 URL: http://sourceforge.net/projects/nfs
 Version: 1.1.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 Epoch: 1
 
 # group all 32bit related archs
@@ -257,6 +257,10 @@
 %attr(4755,root,root)   /sbin/umount.nfs4
 
 %changelog
+* Wed Apr 23 2008 Steve Dickson <steved at redhat.com>  1.1.2-3
+- Documented out to turn off/on protocol support for
+  rpc.nfsd in /etc/sysconfig/nfs (bz443625)
+
 * Mon Apr 14 2008 Steve Dickson <steved at redhat.com>  1.1.2-2
 - Make EACCES a non fatal error (bz 439807)
 


Index: nfs.sysconfig
===================================================================
RCS file: /cvs/pkgs/rpms/nfs-utils/F-9/nfs.sysconfig,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nfs.sysconfig	22 May 2007 11:20:48 -0000	1.2
+++ nfs.sysconfig	23 Apr 2008 19:00:12 -0000	1.3
@@ -22,7 +22,10 @@
 #
 #
 # Optional arguments passed to rpc.nfsd. See rpc.nfsd(8)
-#RPCNFSDARGS
+# Turn off v2 and v3 protocol support
+#RPCNFSDARGS="-N 2 -N 3"
+# Turn off v4 protocol support
+#RPCNFSDARGS="-N 4"
 # Number of nfs server processes to be started.
 # The default is 8. 
 #RPCNFSDCOUNT=8




More information about the fedora-extras-commits mailing list