summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtm <mtm@FreeBSD.org>2009-02-02 15:38:24 +0000
committermtm <mtm@FreeBSD.org>2009-02-02 15:38:24 +0000
commit8e553b07e314202abdc96f5cf51f2922cfe15bff (patch)
treeb33d133bde6a6ee3a61b64c78c8a7c49a01b2c61
parent3726dccb6a1f121b2ca69a0d254d49bae4d4cb01 (diff)
downloadFreeBSD-src-8e553b07e314202abdc96f5cf51f2922cfe15bff.zip
FreeBSD-src-8e553b07e314202abdc96f5cf51f2922cfe15bff.tar.gz
Since, rc.d/defaultroute has the ability to wait for a
default route to show up we can turn this knob back on without screwing subsequent daemons that expect to be able to talk to the outside world.
-rw-r--r--etc/defaults/rc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 40c35df..47f1f52 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -101,7 +101,7 @@ 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_fxp0="" # Extra dhclient flags for fxp0 only
-background_dhclient="NO" # Start dhcp client in the background.
+background_dhclient="YES" # Start dhcp client in the background.
#background_dhclient_fxp0="YES" # Start dhcp client on fxp0 in the background.
synchronous_dhclient="NO" # Start dhclient directly on configured
# interfaces during startup.
OpenPOWER on IntegriCloud