From ca899a0b46fc85d9573043f593bd548fbd030f3c Mon Sep 17 00:00:00 2001 From: mbr Date: Mon, 28 Jul 2003 08:15:52 +0000 Subject: Always start dhclient in the background. Reviewed by: mtm --- etc/defaults/rc.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/defaults') diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index d7623ac..31df3c7 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -57,6 +57,7 @@ hostname="" # Set this! nisdomainname="NO" # Set to NIS domain if using NIS (or NO). dhclient_program="/sbin/dhclient" # Path to dhcp client program. dhclient_flags="" # Additional flags to pass to dhcp client. +background_dhclient="YES" # Start dhcp client in the background. firewall_enable="NO" # Set to YES to enable firewall functionality firewall_script="/etc/rc.firewall" # Which script to run to set up the firewall firewall_type="UNKNOWN" # Firewall type (see /etc/rc.firewall) -- cgit v1.1