From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0780C138206 for ; Sat, 30 Apr 2016 03:06:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6722D21C013; Sat, 30 Apr 2016 03:06:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA77221C013 for ; Sat, 30 Apr 2016 03:06:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0AF0E340CD7 for ; Sat, 30 Apr 2016 03:06:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BBEC33A for ; Sat, 30 Apr 2016 03:06:34 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1461985551.95b9f8cdd2ac8485bd63326c38fc732a8a88c822.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/icinga2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/icinga2/icinga2-2.4.7.ebuild X-VCS-Directories: net-analyzer/icinga2/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 95b9f8cdd2ac8485bd63326c38fc732a8a88c822 X-VCS-Branch: master Date: Sat, 30 Apr 2016 03:06:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 54179919-0be3-4a24-8c5c-52f5e1f163e8 X-Archives-Hash: 32d5883a08381f76f08283ddcba78b2a commit: 95b9f8cdd2ac8485bd63326c38fc732a8a88c822 Author: Matthew Thode gentoo org> AuthorDate: Sat Apr 30 03:05:13 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Sat Apr 30 03:05:51 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95b9f8cd net-analyzer/icinga2: fix bug 580838 Package-Manager: portage-2.2.26 net-analyzer/icinga2/icinga2-2.4.7.ebuild | 4 ++-- 1 file 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 9cba7d7..8289a56 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" }