aboutsummaryrefslogtreecommitdiff
path: root/etc/defaults/rc.conf
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2007-03-29 21:42:19 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2007-03-29 21:42:19 +0000
commite8670c2c4ef3f8eb93f19f843aa16f4c974a96c6 (patch)
tree37b32810198d9bc4c3931bc7c1ee6706a802b74f /etc/defaults/rc.conf
parentf7e083af903c5aa79afe1673bd7d1a050dbcec27 (diff)
downloadsrc-e8670c2c4ef3f8eb93f19f843aa16f4c974a96c6.tar.gz
src-e8670c2c4ef3f8eb93f19f843aa16f4c974a96c6.zip
Back out network.subr :- fix and comment out dhc*_fxp0 examples instead
Submitted by: jhb
Notes
Notes: svn path=/head/; revision=168033
Diffstat (limited to 'etc/defaults/rc.conf')
-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 523afc7fae25..ab4fc41fa1a0 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -92,10 +92,10 @@ extra_netfs_types="NO" # List of network extra filesystem types for delayed
hostname="" # Set this!
nisdomainname="NO" # Set to NIS domain if using NIS (or NO).
dhclient_program="/sbin/dhclient" # Path to dhcp client program.
-dhclient_flags="" # Extra flags to pass to dhcp client.
+#dhclient_flags="" # Extra flags to pass to dhcp client.
dhclient_flags_fxp0="" # Extra dhclient flags for fxp0 only
background_dhclient="NO" # Start dhcp client in the background.
-background_dhclient_fxp0="" # Start dhcp client on fxp0 in the background.
+#background_dhclient_fxp0="YES" # Start dhcp client on fxp0 in the background.
synchronous_dhclient="YES" # Start dhclient directly on configured
# interfaces during startup.
firewall_enable="NO" # Set to YES to enable firewall functionality