summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorrmacklem <rmacklem@FreeBSD.org>2016-05-08 20:10:22 +0000
committerrmacklem <rmacklem@FreeBSD.org>2016-05-08 20:10:22 +0000
commit08fe1020bac90c02e77a7def5848ef2a83d486a3 (patch)
treeb1c6adcbcb35932a280a39055dd4355931e282dc /etc
parentc04eb7cb4e5981671c560d331d66c9e841047112 (diff)
downloadFreeBSD-src-08fe1020bac90c02e77a7def5848ef2a83d486a3.zip
FreeBSD-src-08fe1020bac90c02e77a7def5848ef2a83d486a3.tar.gz
Make "-S" a default option for mountd.
After a discussion on freebsd-fs@ there seemed to be a consensus that the "-S" option for mountd should become the default. Since the only known issue w.r.t. using "-S" was fixed by r299201, this commit adds "-S" to the default mountd_flags. Discussed on: freebsd-fs PR: 9619, 131342, 206855 MFC after: 2 weeks Relnotes: yes
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/rc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index a48bcea..74125d1 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -329,7 +329,7 @@ nfs_server_enable="NO" # This host is an NFS server (or NO).
nfs_server_flags="-u -t" # Flags to nfsd (if enabled).
nfs_server_managegids="NO" # The NFS server maps gids for AUTH_SYS (or NO).
mountd_enable="NO" # Run mountd (or NO).
-mountd_flags="-r" # Flags to mountd (if NFS server enabled).
+mountd_flags="-r -S" # 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="" # bufspace (in packets) for client
OpenPOWER on IntegriCloud