aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>1998-11-25 21:16:43 +0000
committerMike Smith <msmith@FreeBSD.org>1998-11-25 21:16:43 +0000
commit22d30a8a1bd194bc985d463f41b9c8ee7d078234 (patch)
tree085861737985681f12564e1a3cb04fd30ab9dba9 /etc
parent9748c8ad8f0ceda6353bcb5e9b70d576fdbe7509 (diff)
downloadsrc-22d30a8a1bd194bc985d463f41b9c8ee7d078234.tar.gz
src-22d30a8a1bd194bc985d463f41b9c8ee7d078234.zip
Don't suggest that NO is allowed here; you use "0" or "" to turn the cache
off. Submitted by: jdp
Notes
Notes: svn path=/head/; revision=41337
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 9641458ba732..30bdc564aa4e 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.61 1998/10/08 18:47:29 des Exp $
+# $Id: rc.conf,v 1.62 1998/11/15 20:30:04 msmith Exp $
##############################################################
### Important initial Boot-time options #####################
@@ -58,7 +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_access_cache="2" # Client cache timeout in seconds
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).