summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-06-16 00:27:31 +0000
committerdd <dd@FreeBSD.org>2001-06-16 00:27:31 +0000
commit6a8d5663b70bcadde1ab437d6ce7d19f5ed493ec (patch)
tree993a2300f3a1e0a913d62dc4f693276f2d65313c /etc
parent95d8cd7c5a4ccad4517dd5693c53b43a229160f8 (diff)
downloadFreeBSD-src-6a8d5663b70bcadde1ab437d6ce7d19f5ed493ec.zip
FreeBSD-src-6a8d5663b70bcadde1ab437d6ce7d19f5ed493ec.tar.gz
Explicitly set arpproxy_all and start_vinum to "NO" for consistency.
PR: 28185 Submitted by: Gordon Tetlow <gordont@bluemtn.net>
Diffstat (limited to 'etc')
-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 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.
OpenPOWER on IntegriCloud