Mageia Bugzilla – Attachment 2310 Details for
Bug 5772
Ethernet test fails when adding additional media
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
Working patch
patch-oem.pl (text/plain), 336 bytes, created by
Derek Jennings
on 2012-05-14 15:02:44 CEST
(
hide
)
Description:
Working patch
Filename:
MIME Type:
Creator:
Derek Jennings
Created:
2012-05-14 15:02:44 CEST
Size:
336 bytes
patch
obsolete
>use network::tools; > >package network::tools; > >undef *connected; >*connected = sub { > if ($::isInstall && ! -e "/etc/resolv.conf") { > symlink "$::prefix/etc/resolv.conf", "/etc/resolv.conf"; > } > c::res_init(); > gethostbyname("www.mageia.org") ? 1 : 0; >}
use network::tools; package network::tools; undef *connected; *connected = sub { if ($::isInstall && ! -e "/etc/resolv.conf") { symlink "$::prefix/etc/resolv.conf", "/etc/resolv.conf"; } c::res_init(); gethostbyname("www.mageia.org") ? 1 : 0; }
View Attachment As Raw
Actions:
View
Attachments on
bug 5772
:
2196
|
2200
|
2230
|
2235
|
2238
|
2239
|
2303
|
2308
|
2309
| 2310