svn commit: r213285 - head/etc/defaults

Ed Maste emaste at FreeBSD.org
Wed Sep 29 22:59:49 UTC 2010


Author: emaste
Date: Wed Sep 29 22:59:49 2010
New Revision: 213285
URL: http://svn.freebsd.org/changeset/base/213285

Log:
  Commit the rest of r213270.
  
  Thanks to Anonymous <swell dot k at gmail.com> for spotting this.

Modified:
  head/etc/defaults/rc.conf

Modified: head/etc/defaults/rc.conf
==============================================================================
--- head/etc/defaults/rc.conf	Wed Sep 29 22:24:18 2010	(r213284)
+++ head/etc/defaults/rc.conf	Wed Sep 29 22:59:49 2010	(r213285)
@@ -108,6 +108,7 @@ background_dhclient="NO"	# Start dhcp cl
 synchronous_dhclient="NO"	# Start dhclient directly on configured
 				# interfaces during startup.
 defaultroute_delay="30"		# Time to wait for a default route on a DHCP interface.
+defaultroute_carrier_delay="5"	# Time to wait for carrier while waiting for a default route.
 wpa_supplicant_program="/usr/sbin/wpa_supplicant"
 wpa_supplicant_flags="-s"	# Extra flags to pass to wpa_supplicant
 wpa_supplicant_conf_file="/etc/wpa_supplicant.conf"


More information about the svn-src-head mailing list