Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 31380 Details for
Bug 50993
rwhoisd v1.5.9 ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
rwhoisd v1.5.9 ebuild
rwhoisd-1.5.9.ebuild (text/plain), 1.56 KB, created by
Devon
on 2004-05-13 17:48:47 UTC
(
hide
)
Description:
rwhoisd v1.5.9 ebuild
Filename:
MIME Type:
Creator:
Devon
Created:
2004-05-13 17:48:47 UTC
Size:
1.56 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="RWhoIs Daemon Server ebuild" >HOMEPAGE="http://www.rwhois.net/" > >SRC_URI="http://www.rwhois.net/ftp/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" > >IUSE="ipv6" > >src_compile() { > econf \ > `use_enable ipv6` \ > || die "configure failed" > emake -j1 || die "emake failed" >} > >src_install() { > make \ > prefix=${D}/usr \ > mandir=${D}/usr/share/man \ > infodir=${D}/usr/share/info \ > install || die > > insinto /etc/conf.d > newins ${FILESDIR}/rwhoisd.conf.d rwhoisd > exeinto /etc/init.d > newexe ${FILESDIR}/rwhoisd.init.d rwhoisd >} > >pkg_postinst() { > mv /usr/etc/rwhoisd /etc/ > > # Create rwhoisd user and group > enewgroup rwhoisd > enewuser rwhoisd -1 /bin/false /var/empty rwhoisd > > # Fix root-dir: directive in /etc/rwhoisd/samples/rwhoisd.conf > sed -e "s/\/var\/tmp\/portage\/${P}\/image\/\/usr\/etc\/rwhoisd\/samples/\/etc\/rwhoisd\/samples/" /etc/rwhoisd/samples/rwhoisd.conf > /etc/rwhoisd/samples/rwhoisd.conf.sed && mv /etc/rwhoisd/samples/rwhoisd.conf.sed /etc/rwhoisd/samples/rwhoisd.conf > > # Fix pid-file: directive in /etc/rwhoisd/samples/rwhoisd.conf > sed -e "s/pid-file: rwhoisd.pid/pid-file: \/var\/run\/rwhoisd.pid/" /etc/rwhoisd/samples/rwhoisd.conf > /etc/rwhoisd/samples/rwhoisd.conf.sed && mv /etc/rwhoisd/samples/rwhoisd.conf.sed /etc/rwhoisd/samples/rwhoisd.conf > > einfo "Please see http://www.rwhois.net/docs/installation.html for" > einfo "information about securing rwhoisd including the option" > einfo "to chroot the service." >}
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 50993
:
31377
|
31378
| 31380 |
31684