From 8781616ff09b541014952fce55c3cd2b2dd05251 Mon Sep 17 00:00:00 2001 From: Eirik Nygaard Date: Wed, 25 Feb 2004 18:58:46 +0000 Subject: [PATCH] Remove unused settings --- etc/defaults/rc.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index b13a7f2656..a761df1176 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -14,7 +14,7 @@ # All arguments must be in double or single quotes. # # $FreeBSD: src/etc/defaults/rc.conf,v 1.180 2003/06/26 09:50:50 smkelly Exp $ -# $DragonFly: src/etc/defaults/rc.conf,v 1.6 2004/02/25 16:16:49 joerg Exp $ +# $DragonFly: src/etc/defaults/rc.conf,v 1.7 2004/02/25 18:58:46 eirikn Exp $ ############################################################## ### Important initial Boot-time options #################### @@ -424,9 +424,6 @@ entropy_file="/entropy" # Set to NO to disable caching entropy through reboots. entropy_dir="/var/db/entropy" # Set to NO to disable caching entropy via cron. entropy_save_sz="2048" # Size of the entropy cache files. entropy_save_num="8" # Number of entropy cache files to save. -harvest_interrupt="YES" # Entropy device harvests interrupt randomness -harvest_ethernet="YES" # Entropy device harvests ethernet randomness -harvest_p_to_p="YES" # Entropy device harvests point-to-point randomness dmesg_enable="YES" # Save dmesg(8) to /var/run/dmesg.boot jail_enable="NO" # Set to NO to disable starting of any jails jail_list="" # Space separated list of names of jails -- 2.41.0