summaryrefslogtreecommitdiffstats
path: root/etc/rc.conf
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-05-01 13:45:04 +0000
committerpeter <peter@FreeBSD.org>1998-05-01 13:45:04 +0000
commit17853abae10dc59e406b370bde70ccc4981bf19f (patch)
tree9dc9c36e51b837edc353102300d4ba1ff6917650 /etc/rc.conf
parentd63405a02b79162f44a9387d8bf47b5127257020 (diff)
downloadFreeBSD-src-17853abae10dc59e406b370bde70ccc4981bf19f.zip
FreeBSD-src-17853abae10dc59e406b370bde70ccc4981bf19f.tar.gz
Don't give examples or use the depreciated usage to nfsd
PR: 5635
Diffstat (limited to 'etc/rc.conf')
-rw-r--r--etc/rc.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf
index 2a7ed46..a7e72d1 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.45 1998/04/18 10:27:04 brian Exp $
+# $Id: rc.conf,v 1.46 1998/04/26 06:32:12 phk Exp $
##############################################################
### Important initial Boot-time options #####################
@@ -58,7 +58,7 @@ amd_map_program="NO" # Can be set to "ypcat -k amd.master"
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).
+nfs_server_flags="-u -t -n 4" # Flags to nfsd (if 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.
OpenPOWER on IntegriCloud