prometheanfire 14/12/09 15:29:31 Modified: icinga2-2.2.1.ebuild ChangeLog Log: fixing the group ownership stuff (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Revision Changes Path 1.2 net-analyzer/icinga2/icinga2-2.2.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/icinga2/icinga2-2.2.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/icinga2/icinga2-2.2.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/icinga2/icinga2-2.2.1.ebuild?r1=1.1&r2=1.2 Index: icinga2-2.2.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/icinga2-2.2.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- icinga2-2.2.1.ebuild 9 Dec 2014 02:50:06 -0000 1.1 +++ icinga2-2.2.1.ebuild 9 Dec 2014 15:29:31 -0000 1.2 @@ -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 @@ 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() { 1.12 net-analyzer/icinga2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/icinga2/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/icinga2/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/icinga2/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 9 Dec 2014 02:50:06 -0000 1.11 +++ ChangeLog 9 Dec 2014 15:29:31 -0000 1.12 @@ -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 <[email protected]> icinga2-2.2.1.ebuild: + fixing the group ownership stuff *icinga2-2.2.1 (09 Dec 2014)
