From 80cc6394f8706be61f578115d0c7e47c667a5c55 Mon Sep 17 00:00:00 2001 From: rmacklem Date: Sun, 22 May 2016 20:44:11 +0000 Subject: [PATCH] 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. git-svn-id: svn://svn.freebsd.org/base/stable/10@300437 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- etc/defaults/rc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index cafdd2e8f..af666cbe4 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 -- 2.42.0