Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 233719 Details for
Bug 322265
sys-block/mbuffer-20090113 potential race condition
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to the ebuild to apply the race condtion patch.
mbuffer-20090113-r1.patch (text/plain), 766 bytes, created by
John R. Graham
on 2010-05-31 19:38:37 UTC
(
hide
)
Description:
Patch to the ebuild to apply the race condtion patch.
Filename:
MIME Type:
Creator:
John R. Graham
Created:
2010-05-31 19:38:37 UTC
Size:
766 bytes
patch
obsolete
>--- mbuffer-20090113.ebuild 2010-05-31 14:41:27.000000000 -0400 >+++ mbuffer-20090113-r1.ebuild 2010-05-31 15:11:01.000000000 -0400 >@@ -2,6 +2,8 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/sys-block/mbuffer/mbuffer-20090113.ebuild,v 1.6 2010/05/22 15:34:15 pacho Exp $ > >+inherit eutils >+ > DESCRIPTION="M(easuring)buffer is a replacement for buffer with additional functionality" > HOMEPAGE="http://www.maier-komor.de/mbuffer.html" > SRC_URI="http://www.maier-komor.de/software/mbuffer/${P}.tgz" >@@ -16,6 +18,7 @@ > src_unpack() { > unpack ${A} > cd "${S}" >+ epatch "${FILESDIR}"/${P}-race-condition.patch > sed -i 's:/bin/ksh:/bin/sh:' Makefile.in #258359 > ln -s "${DISTDIR}"/${P}.tgz test.tar #258881 > }
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 322265
:
233717
| 233719