Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 408440 Details for
Bug 439504
net-misc/ethercard-diag - command is called ether-wake but man page is called etherwake
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix for this bug
ethercard-diag-20050321.1g.ebuild.diff (text/plain), 809 bytes, created by
Roland Hopferwieser
on 2015-08-07 01:42:19 UTC
(
hide
)
Description:
Fix for this bug
Filename:
MIME Type:
Creator:
Roland Hopferwieser
Created:
2015-08-07 01:42:19 UTC
Size:
809 bytes
patch
obsolete
>--- ethercard-diag-20050321.1g.ebuild.org 2015-08-07 03:12:26.485302398 +0200 >+++ ethercard-diag-20050321.1g.ebuild 2015-08-07 03:31:15.572024074 +0200 >@@ -2,6 +2,8 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/net-misc/ethercard-diag/ethercard-diag-20050321.1g.ebuild,v 1.2 2008/04/14 06:00:40 vapier Exp $ > >+EAPI="5" >+ > inherit toolchain-funcs > > DESCRIPTION="low level mii diagnostic tools including mii-diag and etherwake (merge of netdiag/isa-diag)" >@@ -15,6 +17,12 @@ > > DEPEND="!sys-apps/nictools" > >+src_prepare() { >+ sed -i -e 's/ETHERWAKE/ETHER-WAKE/' -e 's/etherwake/ether-wake/' \ >+ "${S}"/pub/diag/{etherwake.8,Makefile} "${S}"/patches/* >+ mv "${S}"/pub/diag/ether{,-}wake.8 >+} >+ > src_compile() { > tc-export CC AR > emake || die
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 439504
: 408440