prometheanfire 15/03/13 21:11:39 Modified: icinga2-9999.ebuild ChangeLog Log: fixing fowners for 9999 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)
Revision Changes Path 1.4 net-analyzer/icinga2/icinga2-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/icinga2/icinga2-9999.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/icinga2/icinga2-9999.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/icinga2/icinga2-9999.ebuild?r1=1.3&r2=1.4 Index: icinga2-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/icinga2-9999.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- icinga2-9999.ebuild 11 Mar 2015 21:38:24 -0000 1.3 +++ icinga2-9999.ebuild 13 Mar 2015 21:11:38 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/icinga2-9999.ebuild,v 1.3 2015/03/11 21:38:24 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/icinga2-9999.ebuild,v 1.4 2015/03/13 21:11:38 prometheanfire Exp $ EAPI=5 inherit cmake-utils depend.apache eutils git-2 systemd toolchain-funcs user versionator @@ -130,6 +130,7 @@ fowners icinga:icinga /etc/icinga2 fowners icinga:icinga /var/lib/icinga2 fowners icinga:icinga /var/spool/icinga2 + fowners icinga:icinga /var/spool/icinga2/perfdata fowners icinga:icingacmd /var/log/icinga2 fperms ug+rwX,o-rwx /etc/icinga2 1.32 net-analyzer/icinga2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/icinga2/ChangeLog?rev=1.32&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/icinga2/ChangeLog?rev=1.32&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/icinga2/ChangeLog?r1=1.31&r2=1.32 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/ChangeLog,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- ChangeLog 13 Mar 2015 21:09:51 -0000 1.31 +++ ChangeLog 13 Mar 2015 21:11:38 -0000 1.32 @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/icinga2 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/ChangeLog,v 1.31 2015/03/13 21:09:51 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/ChangeLog,v 1.32 2015/03/13 21:11:38 prometheanfire Exp $ + + 13 Mar 2015; Matthew Thode <[email protected]> icinga2-9999.ebuild: + fixing fowners for 9999 13 Mar 2015; Matthew Thode <[email protected]> files/icinga2.initd, icinga2-2.3.2.ebuild:
