Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 May 2016 20:44:11 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r300437 - stable/10/etc/defaults
Message-ID:  <201605222044.u4MKiB6D022929@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605222044.u4MKiB6D022929>