diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2009-03-19 12:48:00 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2009-03-19 12:48:00 +0000 |
| commit | 661a0bbcd15df412fb3750b26b44569cdc648b00 (patch) | |
| tree | 498808e31179504d54a7a5be872f2035c0e384c7 /etc/defaults | |
| parent | 5f9672e15dd72525a53e48cb9b6728eea1acc26e (diff) | |
Notes
Diffstat (limited to 'etc/defaults')
| -rw-r--r-- | etc/defaults/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index bc81ab3c3797..c7740a1ee234 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -101,7 +101,7 @@ nisdomainname="NO" # Set to NIS domain if using NIS (or NO). 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="YES" # Start dhcp client in the background. +background_dhclient="NO" # 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. |
