/etc/rc.network isn't built to handle a value of "DEFAULT" (nor should it

be).  Using that string leads rc.network to execute:

# sysctl -w vfs.nfs.bufpackets=DEFAULT
vfs.nfs.bufpackets: 4 -> 0

Which isn't what was intended.

PR:		conf/31280
MFC after:	3 days
This commit is contained in:
Gregory Neil Shapiro 2003-02-08 20:55:56 +00:00
parent b4e41c1278
commit 5a8562abaf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=110570

View file

@ -185,7 +185,7 @@ mountd_enable="NO" # Run mountd (or NO).
mountd_flags="-r" # Flags to mountd (if NFS server enabled).
weak_mountd_authentication="NO" # Allow non-root mount requests to be served.
nfs_reserved_port_only="NO" # Provide NFS only on secure port (or NO).
nfs_bufpackets="DEFAULT" # bufspace (in packets) for client (or DEFAULT)
nfs_bufpackets="" # bufspace (in packets) for client
rpc_lockd_enable="NO" # Run NFS rpc.lockd needed for client/server.
rpc_statd_enable="NO" # Run NFS rpc.statd needed for client/server.
rpcbind_enable="NO" # Run the portmapper service (YES/NO).