summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2007-04-28 12:17:12 +0000
committerTorsten Veller <tove@gentoo.org>2007-04-28 12:17:12 +0000
commit76490dd6a0c6feb9598872d9712dfeca2fbb7c33 (patch)
treeb9be8a2352dd8ceaf0e3d9db6f160864b1b02bcd /net-analyzer/smokeping
parentUse newinitd (diff)
downloadgentoo-2-76490dd6a0c6feb9598872d9712dfeca2fbb7c33.tar.gz
gentoo-2-76490dd6a0c6feb9598872d9712dfeca2fbb7c33.tar.bz2
gentoo-2-76490dd6a0c6feb9598872d9712dfeca2fbb7c33.zip
Use newinitd
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-analyzer/smokeping')
-rw-r--r--net-analyzer/smokeping/ChangeLog5
-rw-r--r--net-analyzer/smokeping/smokeping-2.0.9.ebuild5
2 files changed, 6 insertions, 4 deletions
diff --git a/net-analyzer/smokeping/ChangeLog b/net-analyzer/smokeping/ChangeLog
index f52c78d98cb4..0c45344d9bdc 100644
--- a/net-analyzer/smokeping/ChangeLog
+++ b/net-analyzer/smokeping/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/smokeping
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/ChangeLog,v 1.6 2007/04/17 22:44:13 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/ChangeLog,v 1.7 2007/04/28 12:17:12 tove Exp $
+
+ 28 Apr 2007; Torsten Veller <tove@gentoo.org> smokeping-2.0.9.ebuild:
+ Use newinitd
17 Apr 2007; Gustavo Zacarias <gustavoz@gentoo.org>
smokeping-2.0.9.ebuild:
diff --git a/net-analyzer/smokeping/smokeping-2.0.9.ebuild b/net-analyzer/smokeping/smokeping-2.0.9.ebuild
index 0310a922d82d..d17176a89815 100644
--- a/net-analyzer/smokeping/smokeping-2.0.9.ebuild
+++ b/net-analyzer/smokeping/smokeping-2.0.9.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/smokeping/smokeping-2.0.9.ebuild,v 1.6 2007/04/17 22:44:13 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/smokeping-2.0.9.ebuild,v 1.7 2007/04/28 12:17:12 tove Exp $
inherit perl-module eutils
@@ -79,8 +79,7 @@ src_install() {
newins "${FILESDIR}/config.dist" ${PN}
newins etc/basepage.html.dist ${PN}.template
doins etc/smokemail.dist
- exeinto /etc/init.d
- newexe "${FILESDIR}/${PN}.init" ${PN}
+ newinitd "${FILESDIR}/${PN}.init" ${PN}
if use apache2 ; then
insinto /etc/apache2/modules.d
doins "${FILESDIR}/78_${PN}.conf"