summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEldad Zack <eldad@gentoo.org>2006-05-12 20:31:46 +0000
committerEldad Zack <eldad@gentoo.org>2006-05-12 20:31:46 +0000
commitc5d51ac6b4a07c8e3ba44160c893d6cdf7c1dcfe (patch)
treed88b4e857c614fc87f59410fbf070292df106407 /net-analyzer
parentInclude a new USE flag "force-reg" and don't --enable-force-reg by default; F... (diff)
downloadhistorical-c5d51ac6b4a07c8e3ba44160c893d6cdf7c1dcfe.tar.gz
historical-c5d51ac6b4a07c8e3ba44160c893d6cdf7c1dcfe.tar.bz2
historical-c5d51ac6b4a07c8e3ba44160c893d6cdf7c1dcfe.zip
Fixed enewuser behaviour, Closes Bug #133127.
Package-Manager: portage-2.0.54-r2
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/nagios-core/ChangeLog7
-rw-r--r--net-analyzer/nagios-core/Manifest16
-rw-r--r--net-analyzer/nagios-core/nagios-core-1.4.ebuild5
-rw-r--r--net-analyzer/nagios-core/nagios-core-2.3.ebuild5
4 files changed, 23 insertions, 10 deletions
diff --git a/net-analyzer/nagios-core/ChangeLog b/net-analyzer/nagios-core/ChangeLog
index 17a0e2791224..666602140c92 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-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/ChangeLog,v 1.81 2006/05/07 20:17:11 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/ChangeLog,v 1.82 2006/05/12 20:31:46 eldad Exp $
+
+ 12 May 2006; Eldad Zack <eldad@gentoo.org> nagios-core-1.4.ebuild,
+ nagios-core-2.3.ebuild:
+ Fixed enewuser behaviour, Closes Bug #133127. Thanks to Christian Gut
+ <cycloon@is-root.org>.
07 May 2006; Markus Rothe <corsair@gentoo.org> nagios-core-1.4.ebuild:
Stable on ppc64
diff --git a/net-analyzer/nagios-core/Manifest b/net-analyzer/nagios-core/Manifest
index 514d66d784d5..05ab1e72036e 100644
--- a/net-analyzer/nagios-core/Manifest
+++ b/net-analyzer/nagios-core/Manifest
@@ -1,4 +1,7 @@
-MD5 71b7a98d10f1960a7b9237e19066b869 ChangeLog 14565
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 e949c9c191104d680af879c6c8ad7de3 ChangeLog 14756
MD5 446906907cccdbf195442373c6f17f77 files/2.x-series-nsca.patch 767
MD5 673bda0ac6ab9230d23331e7f3846b7b files/99_nagios.conf 350
MD5 f2947dec6b9a839da79606bcc394036b files/conf.d 409
@@ -9,5 +12,12 @@ MD5 354f5aeb0e831ee8e218962eb85d07e4 files/nagios-1.x-Makefile-asneeded.diff 546
MD5 dad3fb46e8f73ac54d9239a542bc82e0 files/nagios.conf 362
MD5 cee7d66cc61be3558af44ab177d99e1f files/submit_check_result_via_nsca.patch 585
MD5 bb0bc884a0383e5be0a4bae6cba836dc metadata.xml 1049
-MD5 6540b7eb80e581c7b832e5e2aa1f916a nagios-core-1.4.ebuild 7526
-MD5 b35df22fc58a088a877f17bdc779c22e nagios-core-2.3.ebuild 6013
+MD5 71fc67b930bb60a4b18c2fd2e55febbf nagios-core-1.4.ebuild 7504
+MD5 bad76591d737b015d248479440d94a51 nagios-core-2.3.ebuild 5990
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2.2-ecc0.1.6 (GNU/Linux)
+
+iD8DBQFEZPDGT+MN7JbqCpMRAnS0AJ9W5FBvWppBIlHO1mN1SqYSYb333gCfabhH
+vuTFycjhVYJ2Od3ToVOMszs=
+=ie+E
+-----END PGP SIGNATURE-----
diff --git a/net-analyzer/nagios-core/nagios-core-1.4.ebuild b/net-analyzer/nagios-core/nagios-core-1.4.ebuild
index 1d4dfe5b6677..541a81924b0a 100644
--- a/net-analyzer/nagios-core/nagios-core-1.4.ebuild
+++ b/net-analyzer/nagios-core/nagios-core-1.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/nagios-core-1.4.ebuild,v 1.5 2006/05/07 20:17:11 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/nagios-core-1.4.ebuild,v 1.6 2006/05/12 20:31:46 eldad Exp $
inherit eutils apache-module toolchain-funcs
@@ -45,8 +45,7 @@ pkg_setup() {
if use noweb; then
enewuser nagios -1 /bin/bash /dev/null nagios
else
- enewuser nagios -1 /bin/bash /dev/null apache
- usermod -G apache nagios
+ enewuser nagios -1 /bin/bash /dev/null nagios,apache
fi
}
diff --git a/net-analyzer/nagios-core/nagios-core-2.3.ebuild b/net-analyzer/nagios-core/nagios-core-2.3.ebuild
index d2d0b064d06f..b153cc9a7670 100644
--- a/net-analyzer/nagios-core/nagios-core-2.3.ebuild
+++ b/net-analyzer/nagios-core/nagios-core-2.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 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.3.ebuild,v 1.1 2006/05/03 18:29:13 ramereth Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/nagios-core-2.3.ebuild,v 1.2 2006/05/12 20:31:46 eldad Exp $
inherit eutils apache-module toolchain-funcs gnuconfig
@@ -44,8 +44,7 @@ pkg_setup() {
if use noweb; then
enewuser nagios -1 /bin/bash /dev/null nagios
else
- enewuser nagios -1 /bin/bash /dev/null apache
- usermod -G apache nagios
+ enewuser nagios -1 /bin/bash /dev/null nagios,apache
fi
}