Use newinitd
authorTorsten Veller <tove@gentoo.org>
Sat, 28 Apr 2007 12:35:52 +0000 (12:35 +0000)
committerTorsten Veller <tove@gentoo.org>
Sat, 28 Apr 2007 12:35:52 +0000 (12:35 +0000)
Package-Manager: portage-2.1.2.5

net-analyzer/ipband/ChangeLog
net-analyzer/ipband/ipband-0.8.ebuild
net-analyzer/iplog/ChangeLog
net-analyzer/iplog/iplog-2.2.3-r2.ebuild
net-analyzer/ippl/ChangeLog
net-analyzer/ippl/ippl-1.4.14.ebuild
net-analyzer/nagios-nsca/ChangeLog
net-analyzer/nagios-nsca/nagios-nsca-2.6.ebuild
net-analyzer/nagios-nsca/nagios-nsca-2.7.1.ebuild
net-analyzer/neti/ChangeLog
net-analyzer/neti/neti-2.0.ebuild

index e738d26dd314317f73e58c6662248b1575a69af0..d21db40be517b13709b7026c593cfd48e97c991a 100644 (file)
@@ -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 <tove@gentoo.org> ipband-0.8.ebuild:
+  Use newinitd
 
   11 Apr 2007; Peter Weller <welp@gentoo.org> ipband-0.8.ebuild:
   Keyworded ~amd64 wrt bug 174110
index 566cd7351941f775c856b9a698299fc67a7bb3fa..7ae671403661670a999f0fd63f0cd7b4a5473e46 100644 (file)
@@ -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
 }
 
index 884cdb879a2e629928b472e45bacdb3ed5290f8e..27dd9e28a109f1effee60a29a7edddfbaf9b0c81 100644 (file)
@@ -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 <tove@gentoo.org> iplog-2.2.3-r2.ebuild:
+  Use newinitd
 
   30 Sep 2006; Robin H. Johnson <robbat2@gentoo.org> iplog-2.2.3-r2.ebuild:
   Add ~amd64 so I can use it.
index e328499de5b295bb4773a8fad8ce9d6360ca8600..bd9370f5eef6f90f72dad2858b13fdd4c1c59ab0 100644 (file)
@@ -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
 }
index b646375b9524c949c19c2fa6e8e610ae5662838f..c42e63e7ef17af47874838f70670350524344cfb 100644 (file)
@@ -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.
index 463a746eb510aa8d067ec762bb299a25c37d171a..b2491acf798b038a23e7f799b5fbefe1d47fcd02 100644 (file)
@@ -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
 }
index 810a0690d536ac13e72e8dad300fb6c64ac658f1..979659ac9f55afb32b8f7bd2fca884014a75b51f 100644 (file)
@@ -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 <tove@gentoo.org> nagios-nsca-2.6.ebuild,
+  nagios-nsca-2.7.1.ebuild:
+  Use newinitd
 
 *nagios-nsca-2.7.1 (12 Mar 2007)
 
index ead45a94b6cb9324f79635d3733f297c91bb67d8..9b90e48592b5d720086e502579b04331d098aef5 100644 (file)
@@ -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
index a0696b6b67a5be01c1b483d7d25e6793277d1e9b..e45e57064c6ff507668556b1e353024ec5332e16 100644 (file)
@@ -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
index 395b61e57233798f8f66050618b835e3a8a552eb..e061066fa88000d7cb127b2854189d2bafc715f5 100644 (file)
@@ -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 <tove@gentoo.org> neti-2.0.ebuild:
+  Use newinitd
 
   07 Apr 2007; Markus Ullmann <jokey@gentoo.org> neti-2.0.ebuild:
   Add missing dep wrt bug 172681
index f820f49f092c4fe0a70045fa57eb4aa1ffa9df05..d599cd0bcea4236aa75d3e8f552c17ac46f745e4 100644 (file)
@@ -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
 }