summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2007-04-28 18:57:39 +0000
committerTorsten Veller <tove@gentoo.org>2007-04-28 18:57:39 +0000
commitd59e7f7eabba159db25bb51a2e039afb870bb60b (patch)
tree023b5e0eb34ab4fccccc9ef5bd8f9cb9983a2be1 /net-analyzer/nessus-core
parentMasking dev-java/sun-{connector-bin,dsml-bin,ejb-spec} for removal. (diff)
downloadgentoo-2-d59e7f7eabba159db25bb51a2e039afb870bb60b.tar.gz
gentoo-2-d59e7f7eabba159db25bb51a2e039afb870bb60b.tar.bz2
gentoo-2-d59e7f7eabba159db25bb51a2e039afb870bb60b.zip
Fix *initd, *confd and *envd calls (#173884, #174266)
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-analyzer/nessus-core')
-rw-r--r--net-analyzer/nessus-core/ChangeLog6
-rw-r--r--net-analyzer/nessus-core/nessus-core-2.2.6.ebuild6
-rw-r--r--net-analyzer/nessus-core/nessus-core-2.2.9.ebuild6
3 files changed, 9 insertions, 9 deletions
diff --git a/net-analyzer/nessus-core/ChangeLog b/net-analyzer/nessus-core/ChangeLog
index 806291da4c34..cbba21c7b22b 100644
--- a/net-analyzer/nessus-core/ChangeLog
+++ b/net-analyzer/nessus-core/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/nessus-core
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-core/ChangeLog,v 1.111 2007/04/11 13:42:29 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-core/ChangeLog,v 1.112 2007/04/28 18:57:39 tove Exp $
+
+ 28 Apr 2007; Torsten Veller <tove@gentoo.org> nessus-core-2.2.6.ebuild,
+ nessus-core-2.2.9.ebuild:
+ Fix *initd, *confd and *envd calls (#173884, #174266)
11 Apr 2007; Peter Weller <welp@gentoo.org> nessus-core-2.2.9.ebuild:
Keyworded ~x86-fbsd wrt bug 172890
diff --git a/net-analyzer/nessus-core/nessus-core-2.2.6.ebuild b/net-analyzer/nessus-core/nessus-core-2.2.6.ebuild
index 26a066bfe9b3..e7325113e396 100644
--- a/net-analyzer/nessus-core/nessus-core-2.2.6.ebuild
+++ b/net-analyzer/nessus-core/nessus-core-2.2.6.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/nessus-core/nessus-core-2.2.6.ebuild,v 1.10 2007/01/05 08:37:52 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-core/nessus-core-2.2.6.ebuild,v 1.11 2007/04/28 18:57:39 tove Exp $
inherit toolchain-funcs eutils
@@ -38,9 +38,7 @@ src_install() {
cd "${S}"
dodoc README* UPGRADE_README CHANGES
dodoc doc/*.txt doc/ntp/*
- insinto /etc/init.d
- insopts -m 755
- newins "${FILESDIR}"/nessusd-r7 nessusd
+ newinitd "${FILESDIR}"/nessusd-r7 nessusd
keepdir /var/lib/nessus/logs
keepdir /var/lib/nessus/users
# newer version is provided by nessus-libraries
diff --git a/net-analyzer/nessus-core/nessus-core-2.2.9.ebuild b/net-analyzer/nessus-core/nessus-core-2.2.9.ebuild
index fd1e1e7ad7c4..2f3252e6c5a0 100644
--- a/net-analyzer/nessus-core/nessus-core-2.2.9.ebuild
+++ b/net-analyzer/nessus-core/nessus-core-2.2.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/nessus-core/nessus-core-2.2.9.ebuild,v 1.2 2007/04/11 13:42:29 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-core/nessus-core-2.2.9.ebuild,v 1.3 2007/04/28 18:57:39 tove Exp $
inherit toolchain-funcs eutils
@@ -38,9 +38,7 @@ src_install() {
cd "${S}"
dodoc README* UPGRADE_README CHANGES
dodoc doc/*.txt doc/ntp/*
- insinto /etc/init.d
- insopts -m 755
- newins "${FILESDIR}"/nessusd-r7 nessusd
+ newinitd "${FILESDIR}"/nessusd-r7 nessusd
keepdir /var/lib/nessus/logs
keepdir /var/lib/nessus/users
# newer version is provided by nessus-libraries