diff options
author | brian <brian@FreeBSD.org> | 2006-08-17 20:13:24 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2006-08-17 20:13:24 +0000 |
commit | 85df8020c4d1802f6304fc6d1e76c0999c388758 (patch) | |
tree | 3fa48e731fe72cb370ec238af759077c99b9c983 /etc | |
parent | 768073acd7283f77b4f39c7ec7b020671dd3c8d7 (diff) | |
download | FreeBSD-src-85df8020c4d1802f6304fc6d1e76c0999c388758.zip FreeBSD-src-85df8020c4d1802f6304fc6d1e76c0999c388758.tar.gz |
Make it a little clearer that interface-specific flags aren't additional
to specified dhclient flags.
Mention background_dhclient_iface.
Suggested by: ru
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/rc.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 3f4e150..bb2f16c 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -93,9 +93,10 @@ extra_netfs_types="NO" # List of network extra filesystem types for delayed 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. -dhclient_flags_fxp0="" # Additional dhclient flags for fxp0 only +dhclient_flags="" # Extra flags to pass to dhcp client. +dhclient_flags_fxp0="" # Extra dhclient flags for fxp0 only background_dhclient="NO" # Start dhcp client in the background. +background_dhclient_fxp0="" # Start dhcp client on fxp0 in the background. synchronous_dhclient="YES" # Start dhclient directly on configured # interfaces during startup. firewall_enable="NO" # Set to YES to enable firewall functionality |