summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2003-07-28 08:15:52 +0000
committermbr <mbr@FreeBSD.org>2003-07-28 08:15:52 +0000
commitca899a0b46fc85d9573043f593bd548fbd030f3c (patch)
tree50d27246f714d92d8426cf7a7dda729794f61012 /etc/defaults
parent5bb0f030f2d22c2b93dc44bfcbf389827999ed18 (diff)
downloadFreeBSD-src-ca899a0b46fc85d9573043f593bd548fbd030f3c.zip
FreeBSD-src-ca899a0b46fc85d9573043f593bd548fbd030f3c.tar.gz
Always start dhclient in the background.
Reviewed by: mtm
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf1
1 files changed, 1 insertions, 0 deletions
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)
OpenPOWER on IntegriCloud