svn commit: r300437 - stable/10/etc/defaults
Rick Macklem
rmacklem at FreeBSD.org
Sun May 22 20:44:12 UTC 2016
Author: rmacklem
Date: Sun May 22 20:44:11 2016
New Revision: 300437
URL: https://svnweb.freebsd.org/changeset/base/300437
Log:
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.
Modified:
stable/10/etc/defaults/rc.conf
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/etc/defaults/rc.conf
==============================================================================
--- stable/10/etc/defaults/rc.conf Sun May 22 20:31:52 2016 (r300436)
+++ stable/10/etc/defaults/rc.conf Sun May 22 20:44:11 2016 (r300437)
@@ -332,7 +332,7 @@ oldnfs_server_enable="NO" # Run the old
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
More information about the svn-src-stable
mailing list