diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2018-08-04 15:46:34 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-08-04 15:46:50 -0500 |
commit | c8b9ce70c75adceaa292a175b7b092121933947a (patch) | |
tree | 19cf5c18d1533361583b3c9f9cfdb1587e16e622 /net-analyzer/icinga2/icinga2-9999.ebuild | |
parent | sys-auth/ssh-ldap-pubkey: new package (diff) | |
download | gentoo-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/icinga2/icinga2-9999.ebuild')
-rw-r--r-- | net-analyzer/icinga2/icinga2-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |