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:08:25
Message-Id: 1461985673.3071449adb9d6a7ec92e8662db2f08411b4e1356.prometheanfire@gentoo
1 commit: 3071449adb9d6a7ec92e8662db2f08411b4e1356
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 30 03:07:53 2016 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 30 03:07:53 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3071449a
7
8 net-analyzer/icinga2: better url
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 8289a56..7569e8e 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 could be required. See section 2.5.1 or 2.5.2 of "
24 - elog "http://docs.icinga.org/icinga2/snapshot/chapter-2.html"
25 + elog "DB IDO schema upgrade could be required. See the following for more information."
26 + elog "http://docs.icinga.org/icinga2/snapshot/doc/module/icinga2/chapter/upgrading-icinga-2"
27 }