net-analyzer/icinga2: fix postinst link
authorMatthew Thode <prometheanfire@gentoo.org>
Sat, 4 Aug 2018 20:46:34 +0000 (15:46 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Sat, 4 Aug 2018 20:46:50 +0000 (15:46 -0500)
Fixed in place as no on disk data changed.

Closes: https://bugs.gentoo.org/661850
Package-Manager: Portage-2.3.43, Repoman-2.3.10

net-analyzer/icinga2/icinga2-2.9.1.ebuild
net-analyzer/icinga2/icinga2-9999.ebuild

index 5911a0414050926c9080bbf12689e78f19890435..cedd09e7dce0b5c1d4f95af439972f2cad1533f4 100644 (file)
@@ -158,6 +158,6 @@ src_install() {
 pkg_postinst() {
        if [[ ${PV} != 9999 && -n ${REPLACING_VERSIONS} && ${REPLACING_VERSIONS} != ${PV} ]]; then
                elog "DB IDO schema upgrade may be required required.
-               http://docs.icinga.org/icinga2/snapshot/doc/module/icinga2/chapter/upgrading-icinga-2"
+               https://www.icinga.com/docs/icinga2/latest/doc/16-upgrading-icinga-2/"
        fi
 }
index 5911a0414050926c9080bbf12689e78f19890435..cedd09e7dce0b5c1d4f95af439972f2cad1533f4 100644 (file)
@@ -158,6 +158,6 @@ src_install() {
 pkg_postinst() {
        if [[ ${PV} != 9999 && -n ${REPLACING_VERSIONS} && ${REPLACING_VERSIONS} != ${PV} ]]; then
                elog "DB IDO schema upgrade may be required required.
-               http://docs.icinga.org/icinga2/snapshot/doc/module/icinga2/chapter/upgrading-icinga-2"
+               https://www.icinga.com/docs/icinga2/latest/doc/16-upgrading-icinga-2/"
        fi
 }