diff options
Diffstat (limited to 'net-misc/siproxd/siproxd-0.5.11.ebuild')
-rw-r--r-- | net-misc/siproxd/siproxd-0.5.11.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-misc/siproxd/siproxd-0.5.11.ebuild b/net-misc/siproxd/siproxd-0.5.11.ebuild index 3a8328fa3439..7b0f86e09deb 100644 --- a/net-misc/siproxd/siproxd-0.5.11.ebuild +++ b/net-misc/siproxd/siproxd-0.5.11.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/siproxd/siproxd-0.5.11.ebuild,v 1.2 2005/09/22 23:24:06 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/siproxd/siproxd-0.5.11.ebuild,v 1.3 2007/04/28 17:02:04 swegener Exp $ inherit eutils @@ -46,8 +46,7 @@ src_compile() { src_install() { einstall || die "install failed" - exeinto /etc/init.d - newexe ${FILESDIR}/siproxd.rc6 siproxd + newinitd ${FILESDIR}/siproxd.rc6 siproxd dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO RELNOTES |