summaryrefslogtreecommitdiffstats
path: root/etc/rc.conf
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1998-11-15 20:30:04 +0000
committermsmith <msmith@FreeBSD.org>1998-11-15 20:30:04 +0000
commitc6f6e597c12e532454e186ccbab2cfb6e8aa240f (patch)
tree93d20bfede1eb9fecdfcc976a20819d9134e24ef /etc/rc.conf
parent98137ab1d10c9f9c9cb374f77acee2426be69793 (diff)
downloadFreeBSD-src-c6f6e597c12e532454e186ccbab2cfb6e8aa240f.zip
FreeBSD-src-c6f6e597c12e532454e186ccbab2cfb6e8aa240f.tar.gz
Implement the nfs_access_cache variable, allowing us to set the timeout for
the NFS client's ACCESS cache.
Diffstat (limited to 'etc/rc.conf')
-rw-r--r--etc/rc.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.conf b/etc/rc.conf
index e305065..9641458 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.60 1998/10/06 19:24:14 phk Exp $
+# $Id: rc.conf,v 1.61 1998/10/08 18:47:29 des Exp $
##############################################################
### Important initial Boot-time options #####################
@@ -58,6 +58,7 @@ amd_flags="-a /net -c 1800 -k i386 -d my.domain -l syslog /host /etc/amd.map"
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_access_cache="2" # Client cache timeout in seconds or NO
nfs_server_enable="NO" # This host is an NFS server (or NO).
nfs_server_flags="-u -t -n 4" # Flags to nfsd (if enabled).
mountd_flags="-r" # Flags to mountd (if NFS server enabled).
OpenPOWER on IntegriCloud