From 6303083206167685a7df412f9b29f50f30a3c19e Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Apr 23 2008 19:00:12 +0000 Subject: - Documented out to turn off/on protocol support for rpc.nfsd in /etc/sysconfig/nfs (bz443625) --- diff --git a/nfs-utils.spec b/nfs-utils.spec index caa2699..e2c989f 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -2,7 +2,7 @@ Summary: NFS utilities and supporting clients and daemons for the kernel NFS ser 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 @@ fi %attr(4755,root,root) /sbin/umount.nfs4 %changelog +* Wed Apr 23 2008 Steve Dickson 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 1.1.2-2 - Make EACCES a non fatal error (bz 439807) diff --git a/nfs.sysconfig b/nfs.sysconfig index b5e4f0b..9a4c34a 100644 --- a/nfs.sysconfig +++ b/nfs.sysconfig @@ -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