diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2014-02-17 20:06:09 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2014-02-17 20:06:09 +0000 |
| commit | 7a79e72bc652f7ac9afce208493956877bd896d1 (patch) | |
| tree | ca373a644c141e08da608963229965b8fec493c5 /etc | |
| parent | dad15c3345b245f9e89a24721e330da03e90c33f (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 0081f03ef1d4..86a63ecc4ca3 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -327,7 +327,7 @@ nfs_client_enable="NO" # This host is an NFS client (or NO). nfs_access_cache="60" # Client cache timeout in seconds nfs_server_enable="NO" # This host is an NFS server (or NO). oldnfs_server_enable="NO" # Run the old NFS server (YES/NO). -nfs_server_flags="-u -t -n 4" # Flags to nfsd (if enabled). +nfs_server_flags="-u -t" # Flags to nfsd (if enabled). 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. |
