commit: c8b9ce70c75adceaa292a175b7b092121933947a Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Sat Aug 4 20:46:34 2018 +0000 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Sat Aug 4 20:46:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8b9ce70
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 net-analyzer/icinga2/icinga2-2.9.1.ebuild | 2 +- net-analyzer/icinga2/icinga2-9999.ebuild | 2 +- 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 5911a041405..cedd09e7dce 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 5911a041405..cedd09e7dce 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 }