FreeBSD Bugzilla – Attachment 9673 Details for
Bug 19719
pccard_ether lacks the start_if hooks as used in rc.network
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 517 bytes, created by
adrian
on 2000-07-06 00:40:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
adrian
Created:
2000-07-06 00:40:00 UTC
Size:
517 bytes
patch
obsolete
>--- pccard_ether.orig Wed Jul 5 19:24:19 2000 >+++ pccard_ether Wed Jul 5 19:26:27 2000 >@@ -23,6 +23,9 @@ > [Nn][Oo] | '') > ;; > [Dd][Hh][Cc][Pp]) >+ if [ -r /etc/start_if.${interface} ]; then >+ . /etc/start_if.${interface} >+ fi > if [ -r /sbin/dhclient ]; then > if [ -s /var/run/dhclient.pid ]; then > kill `cat /var/run/dhclient.pid` >@@ -40,6 +43,9 @@ > fi > ;; > *) >+ if [ -r /etc/start_if.${interface} ]; then >+ . /etc/start_if.${interface} >+ fi > ifconfig ${interface} ${pccard_ifconfig} $* > ;; > esac
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 19719
: 9673