Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 95331 Details for
Bug 145418
ebuild for "DConnect Daemon"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dconnect daemon ebuild
dcd-0.7.1.ebuild (text/plain), 1.18 KB, created by
Martin Scherer
on 2006-08-28 15:36:00 UTC
(
hide
)
Description:
dconnect daemon ebuild
Filename:
MIME Type:
Creator:
Martin Scherer
Created:
2006-08-28 15:36:00 UTC
Size:
1.18 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="Direct Connect Daemon utilizing libwrap and threads" >HOMEPAGE="http://www.dc.ds.pg.gda.pl/?page=home" >SRC_URI="ftp://pollux.ds.pg.gda.pl/pub/Linux/DConnect/sources/stable/${P}.tar.bz2" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86" >IUSE="logrotate" > >DEPEND=">=sys-apps/tcp-wrappers-7.6-r8 > >=sys-devel/gettext-0.14.5" >RDEPEND="${DEPEND}" > >DCD_USER="daemon" >DCD_GROUP="daemon" > >src_compile() { > econf --with-config-dir=/etc/dcd/ \ > --with-user=$DCD_USER --with-group=$DCD_GROUP || die "econf failed" > emake || die "emake failed" >} > >src_install() { > emake DESTDIR=${D} install || die "install failed" > if use logrotate; then > insinto /etc/logrotate.d/ > doins contrib/logrotate.dcd > fi > > doinitd ${FILESDIR}/dconnect > #doconfd ${FILESDIR}/dconnect > > # needs to be created before first run > dodir /var/log/dcd > # docs > dodoc README NEWS FAQ TODO BUGS > doman doc/{dcd.2,dcd.console.2} >} > >pkg_preinst() { > enewgroup $DCD_GROUP > enewuser $DCD_USER -1 /bin/false /dev/null > > # adjusting permissions of logs and configs > fowners $DCD_GROUP /var/log/dcd /etc/dcd/* >}
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 145418
: 95331 |
95332