summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorrmacklem <rmacklem@FreeBSD.org>2016-05-22 20:44:11 +0000
committerrmacklem <rmacklem@FreeBSD.org>2016-05-22 20:44:11 +0000
commita3eb42c5b5c1278b7da6514eb407d73fd0cbcdfd (patch)
tree8e54fd58b819b01540d47a91ba85ad5d0c312765 /etc
parent4c7da2a5ff395e2863d48f8f4377de41690bc2ab (diff)
downloadFreeBSD-src-a3eb42c5b5c1278b7da6514eb407d73fd0cbcdfd.zip
FreeBSD-src-a3eb42c5b5c1278b7da6514eb407d73fd0cbcdfd.tar.gz
MFC: r299242
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.
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 cafdd2e..af666cb 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -332,7 +332,7 @@ oldnfs_server_enable="NO" # Run the old NFS server (YES/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