From: Torsten Veller Date: Sat, 28 Apr 2007 12:35:52 +0000 (+0000) Subject: Use newinitd X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0b59ddccd942fa3230566c7d619e3098f1234d7c;p=gentoo.git Use newinitd Package-Manager: portage-2.1.2.5 --- diff --git a/net-analyzer/ipband/ChangeLog b/net-analyzer/ipband/ChangeLog index e738d26dd314..d21db40be517 100644 --- a/net-analyzer/ipband/ChangeLog +++ b/net-analyzer/ipband/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ipband # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipband/ChangeLog,v 1.3 2007/04/11 07:16:04 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipband/ChangeLog,v 1.4 2007/04/28 12:30:20 tove Exp $ + + 28 Apr 2007; Torsten Veller ipband-0.8.ebuild: + Use newinitd 11 Apr 2007; Peter Weller ipband-0.8.ebuild: Keyworded ~amd64 wrt bug 174110 diff --git a/net-analyzer/ipband/ipband-0.8.ebuild b/net-analyzer/ipband/ipband-0.8.ebuild index 566cd7351941..7ae671403661 100644 --- a/net-analyzer/ipband/ipband-0.8.ebuild +++ b/net-analyzer/ipband/ipband-0.8.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/ipband/ipband-0.8.ebuild,v 1.3 2007/04/11 07:16:04 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipband/ipband-0.8.ebuild,v 1.4 2007/04/28 12:30:20 tove Exp $ inherit eutils @@ -31,7 +31,7 @@ src_install() { doman ipband.1 dodoc CHANGELOG README exeinto /usr/bin ; doexe ipband - exeinto /etc/init.d ; newexe "${FILESDIR}"/ipband-init ipband + newinitd "${FILESDIR}"/ipband-init ipband insinto /etc/ ; newins ipband.sample.conf ipband.conf } diff --git a/net-analyzer/iplog/ChangeLog b/net-analyzer/iplog/ChangeLog index 884cdb879a2e..27dd9e28a109 100644 --- a/net-analyzer/iplog/ChangeLog +++ b/net-analyzer/iplog/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/iplog -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iplog/ChangeLog,v 1.18 2006/09/30 01:30:26 robbat2 Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iplog/ChangeLog,v 1.19 2007/04/28 12:28:16 tove Exp $ + + 28 Apr 2007; Torsten Veller iplog-2.2.3-r2.ebuild: + Use newinitd 30 Sep 2006; Robin H. Johnson iplog-2.2.3-r2.ebuild: Add ~amd64 so I can use it. diff --git a/net-analyzer/iplog/iplog-2.2.3-r2.ebuild b/net-analyzer/iplog/iplog-2.2.3-r2.ebuild index e328499de5b2..bd9370f5eef6 100644 --- a/net-analyzer/iplog/iplog-2.2.3-r2.ebuild +++ b/net-analyzer/iplog/iplog-2.2.3-r2.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/iplog/iplog-2.2.3-r2.ebuild,v 1.12 2006/09/30 01:30:26 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iplog/iplog-2.2.3-r2.ebuild,v 1.13 2007/04/28 12:28:16 tove Exp $ inherit eutils @@ -17,8 +17,8 @@ DEPEND="net-libs/libpcap" src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/${PV}-DLT_LINUX_SSL.patch + cd "${S}" + epatch "${FILESDIR}"/${PV}-DLT_LINUX_SSL.patch } src_compile() { @@ -28,11 +28,10 @@ src_compile() { src_install() { make \ - prefix=${D}/usr \ - mandir=${D}/usr/share/man \ + prefix="${D}"/usr \ + mandir="${D}"/usr/share/man \ install || die dodoc AUTHORS NEWS README TODO example-iplog.conf - exeinto /etc/init.d - newexe ${FILESDIR}/iplog.rc6 iplog + newinitd "${FILESDIR}"/iplog.rc6 iplog } 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 ippl-1.4.14.ebuild: + Use newinitd 09 Feb 2007; Diego Pettenò 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 } diff --git a/net-analyzer/nagios-nsca/ChangeLog b/net-analyzer/nagios-nsca/ChangeLog index 810a0690d536..979659ac9f55 100644 --- a/net-analyzer/nagios-nsca/ChangeLog +++ b/net-analyzer/nagios-nsca/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/nagios-nsca # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-nsca/ChangeLog,v 1.23 2007/03/12 00:35:40 mjolnir Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-nsca/ChangeLog,v 1.24 2007/04/28 12:34:01 tove Exp $ + + 28 Apr 2007; Torsten Veller nagios-nsca-2.6.ebuild, + nagios-nsca-2.7.1.ebuild: + Use newinitd *nagios-nsca-2.7.1 (12 Mar 2007) diff --git a/net-analyzer/nagios-nsca/nagios-nsca-2.6.ebuild b/net-analyzer/nagios-nsca/nagios-nsca-2.6.ebuild index ead45a94b6cb..9b90e48592b5 100644 --- a/net-analyzer/nagios-nsca/nagios-nsca-2.6.ebuild +++ b/net-analyzer/nagios-nsca/nagios-nsca-2.6.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/nagios-nsca/nagios-nsca-2.6.ebuild,v 1.5 2006/10/21 22:12:38 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-nsca/nagios-nsca-2.6.ebuild,v 1.6 2007/04/28 12:34:01 tove Exp $ DESCRIPTION="Nagios NSCA - Nagios Service Check Acceptor" HOMEPAGE="http://www.nagios.org/" @@ -31,16 +31,15 @@ src_compile() { src_install() { dodoc LEGAL Changelog README SECURITY insinto /etc/nagios - doins ${S}/sample-config/nsca.cfg - doins ${S}/sample-config/send_nsca.cfg + doins "${S}"/sample-config/nsca.cfg + doins "${S}"/sample-config/send_nsca.cfg exeinto /usr/nagios/bin doexe src/nsca fowners nagios:nagios /usr/nagios/bin/nsca exeinto /usr/nagios/libexec doexe src/send_nsca fowners nagios:nagios /usr/nagios/libexec/send_nsca - exeinto /etc/init.d - newexe ${FILESDIR}/nsca-${PV} nsca + newinitd "${FILESDIR}"/nsca-${PV} nsca } pkg_postinst() { einfo diff --git a/net-analyzer/nagios-nsca/nagios-nsca-2.7.1.ebuild b/net-analyzer/nagios-nsca/nagios-nsca-2.7.1.ebuild index a0696b6b67a5..e45e57064c6f 100644 --- a/net-analyzer/nagios-nsca/nagios-nsca-2.7.1.ebuild +++ b/net-analyzer/nagios-nsca/nagios-nsca-2.7.1.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/nagios-nsca/nagios-nsca-2.7.1.ebuild,v 1.1 2007/03/12 00:35:40 mjolnir Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-nsca/nagios-nsca-2.7.1.ebuild,v 1.2 2007/04/28 12:34:01 tove Exp $ DESCRIPTION="Nagios NSCA - Nagios Service Check Acceptor" HOMEPAGE="http://www.nagios.org/" @@ -31,16 +31,15 @@ src_compile() { src_install() { dodoc LEGAL Changelog README SECURITY insinto /etc/nagios - doins ${S}/sample-config/nsca.cfg - doins ${S}/sample-config/send_nsca.cfg + doins "${S}"/sample-config/nsca.cfg + doins "${S}"/sample-config/send_nsca.cfg exeinto /usr/nagios/bin doexe src/nsca fowners nagios:nagios /usr/nagios/bin/nsca exeinto /usr/nagios/libexec doexe src/send_nsca fowners nagios:nagios /usr/nagios/libexec/send_nsca - exeinto /etc/init.d - newexe ${FILESDIR}/nsca-${PV} nsca + newinitd "${FILESDIR}"/nsca-${PV} nsca } pkg_postinst() { einfo diff --git a/net-analyzer/neti/ChangeLog b/net-analyzer/neti/ChangeLog index 395b61e57233..e061066fa880 100644 --- a/net-analyzer/neti/ChangeLog +++ b/net-analyzer/neti/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/neti # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/neti/ChangeLog,v 1.14 2007/04/07 14:29:09 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/neti/ChangeLog,v 1.15 2007/04/28 12:23:21 tove Exp $ + + 28 Apr 2007; Torsten Veller neti-2.0.ebuild: + Use newinitd 07 Apr 2007; Markus Ullmann neti-2.0.ebuild: Add missing dep wrt bug 172681 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 }