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.
This commit is contained in:
Mike Makonnen 2009-02-02 15:38:24 +00:00
parent bdc0df86f6
commit b698a32036
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=188010

View file

@ -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.