Change the default for background_dhclient back to NO. It can

cause to much troubles with applications.
This commit is contained in:
Martin Blapp 2003-07-28 13:09:00 +00:00
parent a156f90104
commit 70374dff23
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=118121

View File

@ -57,7 +57,7 @@ hostname="" # Set this!
nisdomainname="NO" # Set to NIS domain if using NIS (or NO). nisdomainname="NO" # Set to NIS domain if using NIS (or NO).
dhclient_program="/sbin/dhclient" # Path to dhcp client program. dhclient_program="/sbin/dhclient" # Path to dhcp client program.
dhclient_flags="" # Additional flags to pass to dhcp client. 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_enable="NO" # Set to YES to enable firewall functionality
firewall_script="/etc/rc.firewall" # Which script to run to set up the firewall firewall_script="/etc/rc.firewall" # Which script to run to set up the firewall
firewall_type="UNKNOWN" # Firewall type (see /etc/rc.firewall) firewall_type="UNKNOWN" # Firewall type (see /etc/rc.firewall)