From 6a8d5663b70bcadde1ab437d6ce7d19f5ed493ec Mon Sep 17 00:00:00 2001 From: dd Date: Sat, 16 Jun 2001 00:27:31 +0000 Subject: Explicitly set arpproxy_all and start_vinum to "NO" for consistency. PR: 28185 Submitted by: Gordon Tetlow --- etc/defaults/rc.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/defaults/rc.conf') diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 5cb2caf..e1be4ba 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -196,7 +196,7 @@ mrouted_flags="" # Flags for multicast routing daemon. ipxgateway_enable="NO" # Set to YES to enable IPX routing. ipxrouted_enable="NO" # Set to YES to run the IPX routing daemon. ipxrouted_flags="" # Flags for IPX routing daemon. -arpproxy_all="" # replaces obsolete kernel option ARP_PROXYALL. +arpproxy_all="NO" # replaces obsolete kernel option ARP_PROXYALL. forward_sourceroute="NO" # do source routing (only if gateway_enable is set to "YES") accept_sourceroute="NO" # accept source routed packets to us @@ -339,7 +339,7 @@ ldconfig_paths_aout="/usr/lib/compat/aout /usr/X11R6/lib/aout /usr/local/lib/aou kern_securelevel_enable="NO" # kernel security level (see init(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 +start_vinum="NO" # set to YES to start vinum unaligned_print="YES" # print unaligned access warnings on the alpha (or NO). entropy_file="/entropy" # Set to NO to disable caching entropy through reboots. # /var/db/entropy is preferred if / is not available. -- cgit v1.1