[Midnightbsd-cvs] src: rc.conf: add sync dhclient

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Jan 17 13:26:38 EST 2009


Log Message:
-----------
add sync dhclient

Modified Files:
--------------
    src/etc/defaults:
        rc.conf (r1.20 -> r1.21)

-------------- next part --------------
Index: rc.conf
===================================================================
RCS file: /home/cvs/src/etc/defaults/rc.conf,v
retrieving revision 1.20
retrieving revision 1.21
diff -L etc/defaults/rc.conf -L etc/defaults/rc.conf -u -r1.20 -r1.21
--- etc/defaults/rc.conf
+++ etc/defaults/rc.conf
@@ -100,6 +100,9 @@
 dhclient_program="/sbin/dhclient"	# Path to dhcp client program.
 dhclient_flags=""		# Additional flags to pass to dhcp client.
 background_dhclient="NO"	# Start dhcp client in the background.
+#background_dhclient_fxp0="YES"	# Start dhcp client on fxp0 in the background.
+synchronous_dhclient="YES"	# Start dhclient directly on configured
+				# interfaces during startup.
 firewall_enable="YES"		# Set to YES to enable firewall functionality
 firewall_script="/etc/rc.firewall" # Which script to run to set up the firewall
 firewall_type="DESKTOP"		# Firewall type (see /etc/rc.firewall)


More information about the Midnightbsd-cvs mailing list