Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Feb 2009 15:38:24 +0000 (UTC)
From:      Mike Makonnen <mtm@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r188010 - head/etc/defaults
Message-ID:  <200902021538.n12FcOgW000612@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mtm
Date: Mon Feb  2 15:38:24 2009
New Revision: 188010
URL: http://svn.freebsd.org/changeset/base/188010

Log:
  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.

Modified:
  head/etc/defaults/rc.conf

Modified: head/etc/defaults/rc.conf
==============================================================================
--- head/etc/defaults/rc.conf	Mon Feb  2 15:33:22 2009	(r188009)
+++ head/etc/defaults/rc.conf	Mon Feb  2 15:38:24 2009	(r188010)
@@ -101,7 +101,7 @@ nisdomainname="NO"		# Set to NIS domain 
 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902021538.n12FcOgW000612>