Bug 19592

Summary: pccard_ether does not honor dhcp_{program,flags} from rc.conf
Product: Base System Reporter: adrian <adrian>
Component: binAssignee: Warner Losh <imp>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description adrian 2000-06-30 04:50:01 UTC
	If you set either of the dhcp_program or dhcp_flags variables to
	non-default values in /etc/rc.conf _AND_ use DHCP with a PCCARD device,
	your settings will not be used.

Fix: Apply the included patch.  Note it also adds some unnecessary {}'s for
	the sake of stylistic consistency lower down in the script.
How-To-Repeat: 
	Set either dhcp_program or dhcp_flags in /etc/rc.conf, e.g. 
	dhcp_flags="-D", and then insert your pccard network device.  
	The changes will not be used.  In contrast the settings are 
	used in rc.network.
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2000-06-30 08:23:50 UTC
Responsible Changed
From-To: freebsd-bugs->imp

Warner, this one comes with a patch. :-)
Comment 2 Warner Losh freebsd_committer freebsd_triage 2001-05-29 17:59:38 UTC
State Changed
From-To: open->closed

This appaers to have already been corrected.  No sense having it open 
after the fact :-)