diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2014-12-11 16:51:01 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2014-12-11 16:51:01 +0000 |
commit | 92cde7c1bca0dfad306b0ea35bb3821fb364e44a (patch) | |
tree | a6af9172494b0b1d9fdd522a3b659c11c4eddfad /net-analyzer/icinga2 | |
parent | rm old, adjustment to test phase, fixes bug #532112 (diff) | |
download | gentoo-2-92cde7c1bca0dfad306b0ea35bb3821fb364e44a.tar.gz gentoo-2-92cde7c1bca0dfad306b0ea35bb3821fb364e44a.tar.bz2 gentoo-2-92cde7c1bca0dfad306b0ea35bb3821fb364e44a.zip |
the init script is for icinga2, not icinga... bug 532116
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'net-analyzer/icinga2')
-rw-r--r-- | net-analyzer/icinga2/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/icinga2/icinga2-2.2.1-r1.ebuild (renamed from net-analyzer/icinga2/icinga2-2.2.1.ebuild) | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/net-analyzer/icinga2/ChangeLog b/net-analyzer/icinga2/ChangeLog index 9d2cd126a5d1..1c83d9a507be 100644 --- a/net-analyzer/icinga2/ChangeLog +++ b/net-analyzer/icinga2/ChangeLog @@ -1,6 +1,12 @@ # 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.14 2014/12/10 05:18:46 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/ChangeLog,v 1.15 2014/12/11 16:51:01 prometheanfire Exp $ + +*icinga2-2.2.1-r1 (11 Dec 2014) + + 11 Dec 2014; Matthew Thode <prometheanfire@gentoo.org> + +icinga2-2.2.1-r1.ebuild, -icinga2-2.2.1.ebuild: + the init script is for icinga2, not icinga... bug 532116 10 Dec 2014; Matthew Thode <prometheanfire@gentoo.org> icinga2-2.2.1.ebuild: fixing sql schema source location diff --git a/net-analyzer/icinga2/icinga2-2.2.1.ebuild b/net-analyzer/icinga2/icinga2-2.2.1-r1.ebuild index a9ec968d5d65..7642592f803a 100644 --- a/net-analyzer/icinga2/icinga2-2.2.1.ebuild +++ b/net-analyzer/icinga2/icinga2-2.2.1-r1.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.4 2014/12/10 05:18:46 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/icinga2-2.2.1-r1.ebuild,v 1.1 2014/12/11 16:51:01 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -103,8 +103,8 @@ src_install() { dodoc ${DOCS} fi - newinitd "${FILESDIR}"/icinga2.initd icinga - newconfd "${FILESDIR}"/icinga2.confd icinga + newinitd "${FILESDIR}"/icinga2.initd icinga2 + newconfd "${FILESDIR}"/icinga2.confd icinga2 if use mysql ; then docinto schema |