summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjwd <jwd@FreeBSD.org>2000-10-16 04:45:47 +0000
committerjwd <jwd@FreeBSD.org>2000-10-16 04:45:47 +0000
commitac37933794048085d527118e8248db255127c494 (patch)
treef7a79f98252f400108f72122ef558f2cdb02cb22
parent5f8354442683aaa2bf2f18d8704e282672ac89f6 (diff)
downloadFreeBSD-src-ac37933794048085d527118e8248db255127c494.zip
FreeBSD-src-ac37933794048085d527118e8248db255127c494.tar.gz
Set new default: entropy_file="/entropy"
with /var/db/entropy being a hardcoded backup. Submitted by: Doug Barton <DougB@gorean.org> Approved by: markm
-rw-r--r--etc/defaults/rc.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 23903c4..fdfa655 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -313,8 +313,8 @@ kern_securelevel="-1" # range: -1..3 ; `-1' is the most insecure
update_motd="YES" # update version info in /etc/motd (or NO)
start_vinum="" # set to YES to start vinum
unaligned_print="YES" # print unaligned access warnings on the alpha (or NO).
-entropy_file="/var/db/entropy"
- # Set to NO to disable caching entropy through reboots
+entropy_file="/entropy" # Set to NO to disable caching entropy through reboots.
+ # /var/db/entropy is preferred if / is not available.
##############################################################
### Define source_rc_confs, the mechanism used by /etc/rc.* ##
OpenPOWER on IntegriCloud