diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-04-29 22:05:13 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-04-29 22:05:51 -0500 |
commit | 95b9f8cdd2ac8485bd63326c38fc732a8a88c822 (patch) | |
tree | db608c0b226dc4021325ace3b40d3187eff943b8 /net-analyzer | |
parent | app-text/blogc: version bump. (diff) | |
download | gentoo-95b9f8cdd2ac8485bd63326c38fc732a8a88c822.tar.gz gentoo-95b9f8cdd2ac8485bd63326c38fc732a8a88c822.tar.bz2 gentoo-95b9f8cdd2ac8485bd63326c38fc732a8a88c822.zip |
net-analyzer/icinga2: fix bug 580838
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/icinga2/icinga2-2.4.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/icinga2/icinga2-2.4.7.ebuild b/net-analyzer/icinga2/icinga2-2.4.7.ebuild index 9cba7d7fc998..8289a56f970d 100644 --- a/net-analyzer/icinga2/icinga2-2.4.7.ebuild +++ b/net-analyzer/icinga2/icinga2-2.4.7.ebuild @@ -157,6 +157,6 @@ src_install() { } pkg_postinst() { - elog "DB IDO schema upgrade required. http://docs.icinga.org/icinga2/snapshot/chapter-2.html#upgrading-the-mysql-database" - elog "You will need to update your configuration files, see https://dev.icinga.org/issues/5909" + elog "DB IDO schema upgrade could be required. See section 2.5.1 or 2.5.2 of " + elog "http://docs.icinga.org/icinga2/snapshot/chapter-2.html" } |