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, 04 Aug 2018 20:47:10
Message-Id: 1533415610.c8b9ce70c75adceaa292a175b7b092121933947a.prometheanfire@gentoo
1 commit: c8b9ce70c75adceaa292a175b7b092121933947a
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 4 20:46:34 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 4 20:46:50 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8b9ce70
7
8 net-analyzer/icinga2: fix postinst link
9
10 Fixed in place as no on disk data changed.
11
12 Closes: https://bugs.gentoo.org/661850
13 Package-Manager: Portage-2.3.43, Repoman-2.3.10
14
15 net-analyzer/icinga2/icinga2-2.9.1.ebuild | 2 +-
16 net-analyzer/icinga2/icinga2-9999.ebuild | 2 +-
17 2 files changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/net-analyzer/icinga2/icinga2-2.9.1.ebuild b/net-analyzer/icinga2/icinga2-2.9.1.ebuild
20 index 5911a041405..cedd09e7dce 100644
21 --- a/net-analyzer/icinga2/icinga2-2.9.1.ebuild
22 +++ b/net-analyzer/icinga2/icinga2-2.9.1.ebuild
23 @@ -158,6 +158,6 @@ src_install() {
24 pkg_postinst() {
25 if [[ ${PV} != 9999 && -n ${REPLACING_VERSIONS} && ${REPLACING_VERSIONS} != ${PV} ]]; then
26 elog "DB IDO schema upgrade may be required required.
27 - http://docs.icinga.org/icinga2/snapshot/doc/module/icinga2/chapter/upgrading-icinga-2"
28 + https://www.icinga.com/docs/icinga2/latest/doc/16-upgrading-icinga-2/"
29 fi
30 }
31
32 diff --git a/net-analyzer/icinga2/icinga2-9999.ebuild b/net-analyzer/icinga2/icinga2-9999.ebuild
33 index 5911a041405..cedd09e7dce 100644
34 --- a/net-analyzer/icinga2/icinga2-9999.ebuild
35 +++ b/net-analyzer/icinga2/icinga2-9999.ebuild
36 @@ -158,6 +158,6 @@ src_install() {
37 pkg_postinst() {
38 if [[ ${PV} != 9999 && -n ${REPLACING_VERSIONS} && ${REPLACING_VERSIONS} != ${PV} ]]; then
39 elog "DB IDO schema upgrade may be required required.
40 - http://docs.icinga.org/icinga2/snapshot/doc/module/icinga2/chapter/upgrading-icinga-2"
41 + https://www.icinga.com/docs/icinga2/latest/doc/16-upgrading-icinga-2/"
42 fi
43 }