FreeBSD Bugzilla – Attachment 9587 Details for
Bug 19592
pccard_ether does not honor dhcp_{program,flags} from rc.conf
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 721 bytes, created by
adrian
on 2000-06-30 04:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
adrian
Created:
2000-06-30 04:50:01 UTC
Size:
721 bytes
patch
obsolete
>--- pccard_ether.orig Thu Jun 29 19:00:37 2000 >+++ pccard_ether Thu Jun 29 23:31:34 2000 >@@ -23,18 +23,18 @@ > [Nn][Oo] | '') > ;; > [Dd][Hh][Cc][Pp]) >- if [ -r /sbin/dhclient ]; then >+ if [ -r ${dhcp_program:=/sbin/dhclient} ]; then > if [ -s /var/run/dhclient.pid ]; then > kill `cat /var/run/dhclient.pid` > rm /var/run/dhclient.pid > fi >- /sbin/dhclient $interface >+ ${dhcp_program} ${dhcp_flags} ${interface} > elif [ -r /usr/local/sbin/dhcpc ]; then > if [ -s /var/run/dhcpc.pid ]; then > kill `cat /var/run/dhcpc.pid` > rm /var/run/dhcpc.pid > fi >- /usr/local/sbin/dhcpc $interface $* >+ /usr/local/sbin/dhcpc ${interface} $* > else > echo "DHCP client software not available (isc-dhcp2)" > fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 19592
: 9587