Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 504154 Details for
Bug 637474
net.lo race condition in _gen_module_list() with rc_parallel=yes.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Simple fix for described problem.
simple-race-fix.patch (text/plain), 552 bytes, created by
hagbardcelin
on 2017-11-14 11:14:32 UTC
(
hide
)
Description:
Simple fix for described problem.
Filename:
MIME Type:
Creator:
hagbardcelin
Created:
2017-11-14 11:14:32 UTC
Size:
552 bytes
patch
obsolete
>diff -Naur netifrc-0.5.1_org/init.d/net.lo.in netifrc-0.5.1/init.d/net.lo.in >--- netifrc-0.5.1_org/init.d/net.lo.in 2016-10-26 22:13:20.284374788 +0200 >+++ netifrc-0.5.1/init.d/net.lo.in 2017-11-14 11:53:42.037476098 +0100 >@@ -5,7 +5,6 @@ > > SHDIR="@LIBEXECDIR@/sh" > MODULESDIR="@LIBEXECDIR@/net" >-MODULESLIST="${RC_SVCDIR}/nettree" > _config_vars="config metric routes" > > [ -z "${IN_BACKGROUND}" ] && IN_BACKGROUND="NO" >@@ -26,6 +25,8 @@ > exit 1 > fi > >+MODULESLIST="${RC_SVCDIR}/nettree$(get_interface)" >+ > depend() > { > local IFACE=$(get_interface)
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 637474
: 504154