svn commit: r188010 - head/etc/defaults

Mike Makonnen mtm at FreeBSD.org
Mon Feb 2 07:38:26 PST 2009


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.


More information about the svn-src-all mailing list