diff options
| author | John W. De Boskey <jwd@FreeBSD.org> | 2000-10-16 04:45:47 +0000 |
|---|---|---|
| committer | John W. De Boskey <jwd@FreeBSD.org> | 2000-10-16 04:45:47 +0000 |
| commit | 3fc79ca1796080dd744f25a5b5d1a8d8161f8054 (patch) | |
| tree | cd301a0bf5ff2952349aad3912204c4552abfcc3 /etc | |
| parent | bfb80de42da2fc3a9ac6c0822f78756cecab8a9a (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/defaults/rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 23903c49d7590..fdfa655506e41 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.* ## |
