Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 67384 Details for
Bug 104415
baselayout-1.12.0_pre7 cannot start net.lo
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fixes ifconfig net.lo error checking
ifconfig.patch (text/plain), 696 bytes, created by
Roy Marples (RETIRED)
on 2005-08-31 22:40:28 UTC
(
hide
)
Description:
fixes ifconfig net.lo error checking
Filename:
MIME Type:
Creator:
Roy Marples (RETIRED)
Created:
2005-08-31 22:40:28 UTC
Size:
696 bytes
patch
obsolete
>Common subdirectories: net.modules.d/helpers.d and /lib/rcscripts/net.modules.d/helpers.d >diff -u net.modules.d/ifconfig /lib/rcscripts/net.modules.d/ifconfig >--- net.modules.d/ifconfig 2005-08-30 18:49:36.000000000 +0100 >+++ /lib/rcscripts/net.modules.d/ifconfig 2005-09-01 06:37:06.000000000 +0100 >@@ -362,7 +362,7 @@ > > # Some kernels like to apply lo with an address when they are brought up > if [[ ${iface} == "lo" \ >- || ${config[@]} == "127.0.0.1/8 broadcast 127.255.255.255" ]]; then >+ || ${config[@]} == "127.0.0.1/8 brd 127.255.255.255" ]]; then > ifconfig "${iface}" ${config[@]} 2>/dev/null > r="0" > else >Only in /lib/rcscripts/net.modules.d: .keep >Only in net.modules.d: .svn
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 104415
:
67384
|
67388
|
67389