summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-10-04 21:03:39 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-10-04 21:03:39 +0000
commit1eb260ee1e98c0d27750dceacfdc72c1bdf32631 (patch)
treeb03f846e4fbd2b6643f1730c67af815a27d407c1 /etc
parent0a24fcb8f9ba394f3a7ebf6b7c0fda89cbb44f86 (diff)
Notes
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf
index 48787bfd9ab0..4566cb5e09ec 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.1.2.21 1997/09/21 16:10:36 joerg Exp $
+# $Id: rc.conf,v 1.1.2.22 1997/09/30 20:12:33 jkh Exp $
##############################################################
### Important initial Boot-time options #####################
@@ -50,7 +50,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="NO" # Flags to mountd (if NFS server enabled).
+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).