summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2007-04-28 12:00:48 +0000
committerTorsten Veller <tove@gentoo.org>2007-04-28 12:00:48 +0000
commitc88c0e828d782d78e58f981fc7a1451322cd0cbf (patch)
treee030405b4d67bb860b45defb3d1b72bbd7fb9ee4 /net-analyzer/portmon/portmon-2.0.ebuild
parentUse newinitd (diff)
downloadgentoo-2-c88c0e828d782d78e58f981fc7a1451322cd0cbf.tar.gz
gentoo-2-c88c0e828d782d78e58f981fc7a1451322cd0cbf.tar.bz2
gentoo-2-c88c0e828d782d78e58f981fc7a1451322cd0cbf.zip
Use newinitd
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-analyzer/portmon/portmon-2.0.ebuild')
-rw-r--r--net-analyzer/portmon/portmon-2.0.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-analyzer/portmon/portmon-2.0.ebuild b/net-analyzer/portmon/portmon-2.0.ebuild
index e9d17b1e6224..fe3aac02c029 100644
--- a/net-analyzer/portmon/portmon-2.0.ebuild
+++ b/net-analyzer/portmon/portmon-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/portmon/portmon-2.0.ebuild,v 1.7 2007/01/04 21:57:15 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/portmon/portmon-2.0.ebuild,v 1.8 2007/04/28 12:00:48 tove Exp $
DESCRIPTION="Portmon is a network service monitoring daemon."
SRC_URI="http://aboleo.net/software/portmon/downloads/${P}.tar.gz"
@@ -27,6 +27,5 @@ src_install() {
doins extras/portmon.hosts.sample
dodoc AUTHORS BUGS README
- exeinto /etc/init.d
- newexe ${FILESDIR}/portmon.init portmon
+ newinitd "${FILESDIR}"/portmon.init portmon
}