summaryrefslogtreecommitdiffstats
path: root/etc/defaults/rc.conf
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-09-01 01:08:52 +0000
committerobrien <obrien@FreeBSD.org>2000-09-01 01:08:52 +0000
commit06039543c85398621af4e3a5d387f7ce46fca8a9 (patch)
treeac3d832db4ff5eae1aeeb7b5c18f2376ff23a311 /etc/defaults/rc.conf
parent495b9ed9e051a9362d724923982bbeaa43907514 (diff)
downloadFreeBSD-src-06039543c85398621af4e3a5d387f7ce46fca8a9.zip
FreeBSD-src-06039543c85398621af4e3a5d387f7ce46fca8a9.tar.gz
Remove our override on the default time that a looked up name remains
cached when not in use. This changes the FreeBSD default from 30 minutes to 5 minutes. JKH was the one that added the override to amd_flags, but there was no reason given other to serve as an example of what could be done.
Diffstat (limited to 'etc/defaults/rc.conf')
-rw-r--r--etc/defaults/rc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 1e519f5..abe2390 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -106,7 +106,7 @@ kerberos_stash="" # Is the kerberos master key stashed?
rwhod_enable="NO" # Run the rwho daemon (or NO).
rwhod_flags="" # Flags for rwhod
amd_enable="NO" # Run amd service with $amd_flags (or NO).
-amd_flags="-a /.amd_mnt -c 1800 -l syslog /host /etc/amd.map /net /etc/amd.map"
+amd_flags="-a /.amd_mnt -l syslog /host /etc/amd.map /net /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).
OpenPOWER on IntegriCloud