diff options
Diffstat (limited to 'net-analyzer/ippl')
-rw-r--r-- | net-analyzer/ippl/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/ippl/ippl-1.4.14.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/net-analyzer/ippl/ChangeLog b/net-analyzer/ippl/ChangeLog index b646375b9524..c42e63e7ef17 100644 --- a/net-analyzer/ippl/ChangeLog +++ b/net-analyzer/ippl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ippl # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ippl/ChangeLog,v 1.10 2007/02/09 04:02:55 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ippl/ChangeLog,v 1.11 2007/04/28 12:35:52 tove Exp $ + + 28 Apr 2007; Torsten Veller <tove@gentoo.org> ippl-1.4.14.ebuild: + Use newinitd 09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/net-analyzer/ippl/ippl-1.4.14.ebuild b/net-analyzer/ippl/ippl-1.4.14.ebuild index 463a746eb510..b2491acf798b 100644 --- a/net-analyzer/ippl/ippl-1.4.14.ebuild +++ b/net-analyzer/ippl/ippl-1.4.14.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ippl/ippl-1.4.14.ebuild,v 1.10 2006/02/12 17:32:07 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ippl/ippl-1.4.14.ebuild,v 1.11 2007/04/28 12:35:52 tove Exp $ DESCRIPTION="A daemon which logs TCP/UDP/ICMP packets" HOMEPAGE="http://pltplp.net/ippl/" @@ -26,6 +26,5 @@ src_install() { dodoc BUGS CREDITS HISTORY README TODO newdoc ippl.conf ippl.conf-sample - exeinto "/etc/init.d" - newexe ${FILESDIR}/ippl.rc ippl + newinitd "${FILESDIR}"/ippl.rc ippl } |