Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/icinga2/
Date: Sat, 30 Apr 2016 03:06:42
Message-Id: 1461985551.95b9f8cdd2ac8485bd63326c38fc732a8a88c822.prometheanfire@gentoo
1 commit: 95b9f8cdd2ac8485bd63326c38fc732a8a88c822
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 30 03:05:13 2016 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 30 03:05:51 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95b9f8cd
7
8 net-analyzer/icinga2: fix bug 580838
9
10 Package-Manager: portage-2.2.26
11
12 net-analyzer/icinga2/icinga2-2.4.7.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-analyzer/icinga2/icinga2-2.4.7.ebuild b/net-analyzer/icinga2/icinga2-2.4.7.ebuild
16 index 9cba7d7..8289a56 100644
17 --- a/net-analyzer/icinga2/icinga2-2.4.7.ebuild
18 +++ b/net-analyzer/icinga2/icinga2-2.4.7.ebuild
19 @@ -157,6 +157,6 @@ src_install() {
20 }
21
22 pkg_postinst() {
23 - elog "DB IDO schema upgrade required. http://docs.icinga.org/icinga2/snapshot/chapter-2.html#upgrading-the-mysql-database"
24 - elog "You will need to update your configuration files, see https://dev.icinga.org/issues/5909"
25 + elog "DB IDO schema upgrade could be required. See section 2.5.1 or 2.5.2 of "
26 + elog "http://docs.icinga.org/icinga2/snapshot/chapter-2.html"
27 }