diff options
author | 2007-04-29 17:44:16 +0000 | |
---|---|---|
committer | 2007-04-29 17:44:16 +0000 | |
commit | 46d355020fb12931a2d1bb2523aaaa3aea43a465 (patch) | |
tree | 199d04b6a6a2642c861b006260cb1bc21aedefee /net-misc/proxyper/proxyper-341a.ebuild | |
parent | Apply ppc64 patch only on ppc64. (diff) | |
download | gentoo-2-46d355020fb12931a2d1bb2523aaaa3aea43a465.tar.gz gentoo-2-46d355020fb12931a2d1bb2523aaaa3aea43a465.tar.bz2 gentoo-2-46d355020fb12931a2d1bb2523aaaa3aea43a465.zip |
Fix *initd, *confd and *envd calls (#173884, #174266)
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-misc/proxyper/proxyper-341a.ebuild')
-rw-r--r-- | net-misc/proxyper/proxyper-341a.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/proxyper/proxyper-341a.ebuild b/net-misc/proxyper/proxyper-341a.ebuild index 0b2f69e8500f..b91c4719fa8f 100644 --- a/net-misc/proxyper/proxyper-341a.ebuild +++ b/net-misc/proxyper/proxyper-341a.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/proxyper/proxyper-341a.ebuild,v 1.4 2005/07/15 10:51:34 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/proxyper/proxyper-341a.ebuild,v 1.5 2007/04/29 17:44:16 tove Exp $ DESCRIPTION="distributed.net personal proxy" HOMEPAGE="http://www.distributed.net" @@ -14,7 +14,7 @@ RDEPEND="net-dns/host" S="${WORKDIR}/${PN}${PV}-linux-x86-uclibc" -RESTRICT="nomirror" +RESTRICT="mirror" src_install() { local DESTDIR="/opt/proxyper" @@ -32,7 +32,7 @@ src_install() { dodoc ChangeLog.txt dohtml manual.html - exeinto /etc/init.d ; newexe ${FILESDIR}/proxyper.init proxyper + newinitd ${FILESDIR}/proxyper.init proxyper } pkg_postinst() { |