summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2018-08-04 15:46:34 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2018-08-04 15:46:50 -0500
commitc8b9ce70c75adceaa292a175b7b092121933947a (patch)
tree19cf5c18d1533361583b3c9f9cfdb1587e16e622 /net-analyzer
parentsys-auth/ssh-ldap-pubkey: new package (diff)
downloadgentoo-c8b9ce70c75adceaa292a175b7b092121933947a.tar.gz
gentoo-c8b9ce70c75adceaa292a175b7b092121933947a.tar.bz2
gentoo-c8b9ce70c75adceaa292a175b7b092121933947a.zip
net-analyzer/icinga2: fix postinst link
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
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/icinga2/icinga2-2.9.1.ebuild2
-rw-r--r--net-analyzer/icinga2/icinga2-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/icinga2/icinga2-2.9.1.ebuild b/net-analyzer/icinga2/icinga2-2.9.1.ebuild
index 5911a0414050..cedd09e7dce0 100644
--- a/net-analyzer/icinga2/icinga2-2.9.1.ebuild
+++ b/net-analyzer/icinga2/icinga2-2.9.1.ebuild
@@ -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
}
diff --git a/net-analyzer/icinga2/icinga2-9999.ebuild b/net-analyzer/icinga2/icinga2-9999.ebuild
index 5911a0414050..cedd09e7dce0 100644
--- a/net-analyzer/icinga2/icinga2-9999.ebuild
+++ b/net-analyzer/icinga2/icinga2-9999.ebuild
@@ -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
}