summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-05-26 17:05:27 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-05-26 17:05:27 +0000
commita6d483f39ee2eec97a3ab6a227785d5f99b78608 (patch)
tree441e18e9585c9b7dc70c689a971aee6a1b0af387 /net-analyzer/nagios-core
parentCall depend.apache_pkg_setup() in pkg_setup() (bug #268371). (diff)
downloadhistorical-a6d483f39ee2eec97a3ab6a227785d5f99b78608.tar.gz
historical-a6d483f39ee2eec97a3ab6a227785d5f99b78608.tar.bz2
historical-a6d483f39ee2eec97a3ab6a227785d5f99b78608.zip
Call depend.apache_pkg_setup() in pkg_setup() (bug #268371).
Package-Manager: portage-13625-svn/cvs/Linux x86_64
Diffstat (limited to 'net-analyzer/nagios-core')
-rw-r--r--net-analyzer/nagios-core/ChangeLog9
-rw-r--r--net-analyzer/nagios-core/nagios-core-2.12.ebuild4
-rw-r--r--net-analyzer/nagios-core/nagios-core-3.0.6-r1.ebuild4
-rw-r--r--net-analyzer/nagios-core/nagios-core-3.1.0.ebuild4
4 files changed, 16 insertions, 5 deletions
diff --git a/net-analyzer/nagios-core/ChangeLog b/net-analyzer/nagios-core/ChangeLog
index 9b09bfee58ce..d038cc67832a 100644
--- a/net-analyzer/nagios-core/ChangeLog
+++ b/net-analyzer/nagios-core/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/nagios-core
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/ChangeLog,v 1.146 2009/05/15 16:29:29 dertobi123 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/ChangeLog,v 1.147 2009/05/26 17:05:27 arfrever Exp $
+
+ 26 May 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ nagios-core-2.12.ebuild, nagios-core-3.0.6-r1.ebuild,
+ nagios-core-3.1.0.ebuild:
+ Call depend.apache_pkg_setup() in pkg_setup() (bug #268371).
15 May 2009; Tobias Scherbaum <dertobi123@gentoo.org>
nagios-core-2.12.ebuild, nagios-core-3.0.6-r1.ebuild,
diff --git a/net-analyzer/nagios-core/nagios-core-2.12.ebuild b/net-analyzer/nagios-core/nagios-core-2.12.ebuild
index 3681d5686037..6f437fe6b9e1 100644
--- a/net-analyzer/nagios-core/nagios-core-2.12.ebuild
+++ b/net-analyzer/nagios-core/nagios-core-2.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/nagios-core-2.12.ebuild,v 1.7 2009/05/15 16:29:29 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/nagios-core-2.12.ebuild,v 1.8 2009/05/26 17:05:27 arfrever Exp $
EAPI="1"
@@ -32,6 +32,8 @@ want_apache2
S="${WORKDIR}/${MY_P}"
pkg_setup() {
+ depend.apache_pkg_setup
+
# Check if gd has been compiled with jpeg and png support
if use web; then
if ! built_with_use media-libs/gd jpeg png; then
diff --git a/net-analyzer/nagios-core/nagios-core-3.0.6-r1.ebuild b/net-analyzer/nagios-core/nagios-core-3.0.6-r1.ebuild
index bb475513372f..19f7c65d601a 100644
--- a/net-analyzer/nagios-core/nagios-core-3.0.6-r1.ebuild
+++ b/net-analyzer/nagios-core/nagios-core-3.0.6-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/nagios-core-3.0.6-r1.ebuild,v 1.7 2009/05/15 16:29:29 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/nagios-core-3.0.6-r1.ebuild,v 1.8 2009/05/26 17:05:27 arfrever Exp $
EAPI="1"
@@ -31,6 +31,8 @@ want_apache2
S="${WORKDIR}/${MY_P}"
pkg_setup() {
+ depend.apache_pkg_setup
+
# Check if gd has been compiled with jpeg and png support
if use web; then
if ! built_with_use media-libs/gd jpeg png; then
diff --git a/net-analyzer/nagios-core/nagios-core-3.1.0.ebuild b/net-analyzer/nagios-core/nagios-core-3.1.0.ebuild
index a4ae97e9a45a..ea5da8520224 100644
--- a/net-analyzer/nagios-core/nagios-core-3.1.0.ebuild
+++ b/net-analyzer/nagios-core/nagios-core-3.1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/nagios-core-3.1.0.ebuild,v 1.4 2009/05/15 16:29:29 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/nagios-core-3.1.0.ebuild,v 1.5 2009/05/26 17:05:27 arfrever Exp $
EAPI="2"
@@ -30,6 +30,8 @@ want_apache2
S="${WORKDIR}/${MY_P}"
pkg_setup() {
+ depend.apache_pkg_setup
+
enewgroup nagios
enewuser nagios -1 /bin/bash /var/nagios/home nagios
}