diff options
| author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2003-02-08 20:55:56 +0000 |
|---|---|---|
| committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2003-02-08 20:55:56 +0000 |
| commit | 5a8562abafb66b862e6eec104f73d291cefe6f4a (patch) | |
| tree | 4e3408e245baa75e3c95c387efa7771f8f1df431 /etc | |
| parent | b4e41c12781c1117b419eba73c29a290f82a3a2c (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/defaults/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 487f7db2827b7..13ab293331b4e 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -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). |
