diff options
author | jkh <jkh@FreeBSD.org> | 1997-08-17 10:04:52 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-08-17 10:04:52 +0000 |
commit | fa1973cf0b24e0e4159665f08d7253d3bd21081a (patch) | |
tree | 604a49459a34dc16b024c7aa75e70094f610ba32 /etc | |
parent | b0303ecc1d93704d3b1248340cc6fdce8f438565 (diff) | |
download | FreeBSD-src-fa1973cf0b24e0e4159665f08d7253d3bd21081a.zip FreeBSD-src-fa1973cf0b24e0e4159665f08d7253d3bd21081a.tar.gz |
Remove non-orthnogonal weak_mountd_authentication variable hack
and expose mountd_flags in its place. Still allow the usage of
weak_mountd_authentication in legacy configs to result in an implicit
mountd_flags=-n, so folks shouldn't break because of this.
Suggested by: Andre Albsmeier <Andre.Albsmeier@mchp.siemens.de>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index 11c17ca..5523be8 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -6,7 +6,7 @@ # # All arguments must be in double or single quotes. # -# $Id: rc.conf,v 1.22 1997/08/13 06:01:14 pst Exp $ +# $Id: rc.conf,v 1.23 1997/08/16 17:07:13 pst Exp $ ############################################################## ### Important initial Boot-time options ##################### @@ -49,7 +49,7 @@ nfs_client_enable="NO" # This host is an NFS client (or NO). nfs_client_flags="-n 4" # Flags to nfsiod (if enabled). nfs_server_enable="NO" # This host is an NFS server (or NO). nfs_server_flags="-u -t 4" # Flags to nfsd (if enabled). -weak_mountd_authentication="NO" # Running PCNFSD / other non-root nfsd (or NO). +mountd_flags="" # Flags to mountd (if NFS server enabled). nfs_reserved_port_only="NO" # Provide NFS only on secure port (or NO). rpc_lockd_enable="NO" # Run NFS rpc.lockd (*broken!*) if nfs_server. rpc_statd_enable="YES" # Run NFS rpc.statd if nfs_server (or NO). |