diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-09-01 01:08:52 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-09-01 01:08:52 +0000 |
commit | 7d2e5717e7f7d841ffceddb090e9d5f81817d371 (patch) | |
tree | 6319a512d185d717ac5f03138316afcdb1477f10 | |
parent | 7f98dc04499c1c25ac75f515ad5fd4309440dc02 (diff) | |
download | src-7d2e5717e7f7d841ffceddb090e9d5f81817d371.tar.gz src-7d2e5717e7f7d841ffceddb090e9d5f81817d371.zip |
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.
Notes
Notes:
svn path=/head/; revision=65306
-rw-r--r-- | etc/defaults/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 1e519f58805b..abe23902e174 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). |