diff options
author | mbr <mbr@FreeBSD.org> | 2003-07-28 13:09:00 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-07-28 13:09:00 +0000 |
commit | 23f4f4ab05397d6e64cc6b1fc8750022fc1dfa37 (patch) | |
tree | 77d0a6940145c5502161c10f0166bfa01439c93b | |
parent | 69ed05bf45ee08bf50571ba3de4b7091d16990a4 (diff) | |
download | FreeBSD-src-23f4f4ab05397d6e64cc6b1fc8750022fc1dfa37.zip FreeBSD-src-23f4f4ab05397d6e64cc6b1fc8750022fc1dfa37.tar.gz |
Change the default for background_dhclient back to NO. It can
cause to much troubles with applications.
-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 31df3c7..8a6b789 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -57,7 +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. +background_dhclient="NO" # 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) |