summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2014-12-09 15:29:31 +0000
committerMatthew Thode <prometheanfire@gentoo.org>2014-12-09 15:29:31 +0000
commita9c4027bc4768526b13d609e497fcebde7c9032a (patch)
tree667958deae57f29a7411662fc46e8e994ae5e1f3 /net-analyzer
parentvanilla-3.17.6 + genpatches-3.17-8 + grsecurity-3.0-3.17.6-201412071639 (diff)
downloadgentoo-2-a9c4027bc4768526b13d609e497fcebde7c9032a.tar.gz
gentoo-2-a9c4027bc4768526b13d609e497fcebde7c9032a.tar.bz2
gentoo-2-a9c4027bc4768526b13d609e497fcebde7c9032a.zip
fixing the group ownership stuff
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/icinga2/ChangeLog5
-rw-r--r--net-analyzer/icinga2/icinga2-2.2.1.ebuild9
2 files changed, 7 insertions, 7 deletions
diff --git a/net-analyzer/icinga2/ChangeLog b/net-analyzer/icinga2/ChangeLog
index f0c2f72bfa97..cc2ff19e68f0 100644
--- a/net-analyzer/icinga2/ChangeLog
+++ b/net-analyzer/icinga2/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/icinga2
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/ChangeLog,v 1.11 2014/12/09 02:50:06 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/ChangeLog,v 1.12 2014/12/09 15:29:31 prometheanfire Exp $
+
+ 09 Dec 2014; Matthew Thode <prometheanfire@gentoo.org> icinga2-2.2.1.ebuild:
+ fixing the group ownership stuff
*icinga2-2.2.1 (09 Dec 2014)
diff --git a/net-analyzer/icinga2/icinga2-2.2.1.ebuild b/net-analyzer/icinga2/icinga2-2.2.1.ebuild
index 078540e957ab..fb400e37386b 100644
--- a/net-analyzer/icinga2/icinga2-2.2.1.ebuild
+++ b/net-analyzer/icinga2/icinga2-2.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/icinga2-2.2.1.ebuild,v 1.1 2014/12/09 02:50:06 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/icinga2-2.2.1.ebuild,v 1.2 2014/12/09 15:29:31 prometheanfire Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -37,11 +37,8 @@ want_apache2
pkg_setup() {
enewgroup icinga
enewgroup icingacmd
- if use plugins ; then
- enewuser icinga -1 -1 /var/lib/icinga2 "icinga,icingacmd,nagios"
- else
- enewuser icinga -1 -1 /var/lib/icinga2 "icinga,icingacmd"
- fi
+ enewgroup nagios # for plugins
+ enewuser icinga -1 -1 /var/lib/icinga2 "icinga,icingacmd,nagios"
}
src_prepare() {