Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 173449 Details for
Bug 248890
Gadmin-dhcpd is an easy to use GTK+ administration tool for ISC DHCPD.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Gadmin-dhcpd Ebuild
gadmin-dhcpd-0.4.4.ebuild (text/plain), 1.03 KB, created by
Gustaf Ankarloo
on 2008-11-26 13:53:23 UTC
(
hide
)
Description:
Gadmin-dhcpd Ebuild
Filename:
MIME Type:
Creator:
Gustaf Ankarloo
Created:
2008-11-26 13:53:23 UTC
Size:
1.03 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit autotools > >DESCRIPTION="Gadmin-DHCP is an easy to use GTK+ administration tool for ISC DHCPD." >HOMEPAGE="www.gadmintools.org" >SRC_URI="http://mange.dynalias.org/linux/${PN}/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="" > >DEPEND="net-misc/dhcp" >RDEPEND="${DEPEND}" > >src_unpack() { > if [ "${A}" != "" ]; then > unpack ${A} > fi > > cd "${S}" > epatch "${FILESDIR}/${P}-dhcpd.conf-path.patch" > > einfo "Regenerating autotools files..." > eautoconf || die "autoconf failed" >} > >src_compile() { > if [ -x ./configure ]; then > econf || die > fi > > if [ -f Makefile ] || [ -f GNUmakefile ] || [ -f makefile ]; then > emake || die "make failed" > fi >} > >src_install() { > emake DESTDIR="${D}" install || die "Install failed" > > insinto /etc/pam.d/ > doins etc/pam.d/gadmin-dhcpd > > insinto /etc/security/console.apps/ > doins etc/security/console.apps/gadmin-dhcpd > > insinto /usr/share/applications/ > doins desktop/gadmin-dhcpd.desktop >}
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 248890
: 173449 |
173453