From 7479bf72ed4b76ce8bf5ba252366617933a3a16d Mon Sep 17 00:00:00 2001 From: imp Date: Sun, 12 Oct 1997 20:37:20 +0000 Subject: [PATCH] Make mountd use -r by default. Hopefully this will cut down the number of complaints that FreeBSD's mountd doesn't allow mounting of swap files for OSes like SunOS, NetBSD and OpenBSD. Submitted by: Joerg Wunsch --- etc/rc.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/rc.conf b/etc/rc.conf index eb1303cc4260..04622a8dfe4c 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.28 1997/10/06 19:41:21 imp Exp $ +# $Id: rc.conf,v 1.29 1997/10/12 01:00:19 jkh Exp $ ############################################################## ### Important initial Boot-time options ##################### @@ -51,7 +51,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). -mountd_flags="" # Flags to mountd (if NFS server enabled). +mountd_flags="-r" # 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).