diff options
Diffstat (limited to 'net-analyzer/icinga2')
-rw-r--r-- | net-analyzer/icinga2/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/icinga2/icinga2-2.2.1.ebuild | 9 |
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() { |