diff options
author | Torsten Veller <tove@gentoo.org> | 2007-04-28 12:23:21 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2007-04-28 12:23:21 +0000 |
commit | efe8093233291fa922d779e28fcbb81479f7017c (patch) | |
tree | cc91cdf7d7dc41e33206b1f8a729461e6702d7db /net-analyzer/neti/neti-2.0.ebuild | |
parent | Use newconfd (#174266) (diff) | |
download | gentoo-2-efe8093233291fa922d779e28fcbb81479f7017c.tar.gz gentoo-2-efe8093233291fa922d779e28fcbb81479f7017c.tar.bz2 gentoo-2-efe8093233291fa922d779e28fcbb81479f7017c.zip |
Use newinitd
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-analyzer/neti/neti-2.0.ebuild')
-rw-r--r-- | net-analyzer/neti/neti-2.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-analyzer/neti/neti-2.0.ebuild b/net-analyzer/neti/neti-2.0.ebuild index f820f49f092c..d599cd0bcea4 100644 --- a/net-analyzer/neti/neti-2.0.ebuild +++ b/net-analyzer/neti/neti-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/neti/neti-2.0.ebuild,v 1.3 2007/04/07 14:29:09 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/neti/neti-2.0.ebuild,v 1.4 2007/04/28 12:23:21 tove Exp $ DESCRIPTION="NETI@Home research project from GATech" HOMEPAGE="http://www.neti.gatech.edu" @@ -46,6 +46,5 @@ src_install() { fi dodoc README AUTHORS - exeinto /etc/init.d - newexe "${FILESDIR}"/neti-init2 neti + newinitd "${FILESDIR}"/neti-init2 neti } |