summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2007-04-28 12:35:52 +0000
committerTorsten Veller <tove@gentoo.org>2007-04-28 12:35:52 +0000
commit0b59ddccd942fa3230566c7d619e3098f1234d7c (patch)
tree7b7432a272ba3eb4241600c20d8adbedd13ea6f0 /net-analyzer/ipband
parentAdd to ~x86. (diff)
downloadhistorical-0b59ddccd942fa3230566c7d619e3098f1234d7c.tar.gz
historical-0b59ddccd942fa3230566c7d619e3098f1234d7c.tar.bz2
historical-0b59ddccd942fa3230566c7d619e3098f1234d7c.zip
Use newinitd
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'net-analyzer/ipband')
-rw-r--r--net-analyzer/ipband/ChangeLog5
-rw-r--r--net-analyzer/ipband/ipband-0.8.ebuild4
2 files changed, 6 insertions, 3 deletions
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 <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
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
}