- Documented out to turn off/on protocol support for rpc.nfsd in
/etc/sysconfig/nfs (bz443625)
This commit is contained in:
parent
c2cd263df6
commit
4744930bcf
@ -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 <steved@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@redhat.com> 1.1.2-2
|
||||
- Make EACCES a non fatal error (bz 439807)
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user