| Summary: | pccard_ether does not honor dhcp_{program,flags} from rc.conf | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | adrian <adrian> | ||||
| Component: | bin | Assignee: | Warner Losh <imp> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 4.0-STABLE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-bugs->imp Warner, this one comes with a patch. :-) State Changed From-To: open->closed This appaers to have already been corrected. No sense having it open after the fact :-) |
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.