Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 198830 Details for
Bug 258136
net-misc/lldpd-0.3 [new ebuild]
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
net-misc/lldpd-0.4.0
lldpd-0.4.0.ebuild (text/plain), 1.15 KB, created by
Peter Große
on 2009-07-22 20:22:02 UTC
(
hide
)
Description:
net-misc/lldpd-0.4.0
Filename:
MIME Type:
Creator:
Peter Große
Created:
2009-07-22 20:22:02 UTC
Size:
1.15 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-misc/radvd/radvd-1.2.ebuild,v 1.2 2009/04/25 23:13:17 patrick Exp $ > >inherit eutils autotools > >DESCRIPTION="Network Discovery Daemon for LLDP, EDP, CDP, SONMP and FDP" >HOMEPAGE="https://trac.luffy.cx/lldpd" >SRC_URI="http://www.luffy.cx/lldpd/${P}.tar.gz" > >LICENSE="BSD" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="cdp fdp edp sonmp lldpmed dot1 dot3 snmp" > >RDEPEND="snmp? ( net-analyzer/net-snmp )" >DEPEND="${RDEPEND}" > >pkg_setup() { > enewgroup _lldpd > enewuser _lldpd -1 -1 /dev/null _lldpd >} >src_compile() { > econf \ > $(use_with snmp) \ > $(use_enable cdp) \ > $(use_enable fdp) \ > $(use_enable edp) \ > $(use_enable sonmp) \ > $(use_enable lldpmed) \ > $(use_enable dot1) \ > $(use_enable dot3) \ > || die "econf failed" > > emake || die "emake failed" >} > >src_install() { > make DESTDIR="${D}" install || die "make install failed" > > newinitd "${FILESDIR}/${PN}".init "${PN}" > newconfd "${FILESDIR}/${PN}".conf "${PN}" > > dodir /var/run/lldpd > keepdir /var/run/lldpd > fowners _lldpd:_lldpd /var/run/lldpd > fperms 755 /var/run/lldpd >}
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 Raw
Actions:
View
Attachments on
bug 258136
:
181317
|
181318
| 198830 |
198832