From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EE6961396D0 for ; Tue, 8 Aug 2017 23:09:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F618E0821; Tue, 8 Aug 2017 23:09:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1E27FE0821 for ; Tue, 8 Aug 2017 23:09:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0E4073417CD for ; Tue, 8 Aug 2017 23:09:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A326E75F5 for ; Tue, 8 Aug 2017 23:09:34 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1502233675.17b295bb6e7d48f11de21a248703896c6d70c653.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/nagios-core/nagios-core-4.3.1-r1.ebuild net-analyzer/nagios-core/nagios-core-4.3.2.ebuild X-VCS-Directories: net-analyzer/nagios-core/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 17b295bb6e7d48f11de21a248703896c6d70c653 X-VCS-Branch: master Date: Tue, 8 Aug 2017 23:09: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: 464fe838-27ca-4f21-b594-631a546a351d X-Archives-Hash: 87ebb3505e83e5c8d7762fe9c1e97f30 commit: 17b295bb6e7d48f11de21a248703896c6d70c653 Author: Tomas Mozes gmail com> AuthorDate: Mon Aug 7 10:30:47 2017 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Tue Aug 8 23:07:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17b295bb net-analyzer/nagios-core: update apache define for current eselect-php Package-Manager: Portage-2.3.6, Repoman-2.3.2 Signed-off-by: Michael Orlitzky gentoo.org> net-analyzer/nagios-core/nagios-core-4.3.1-r1.ebuild | 2 +- net-analyzer/nagios-core/nagios-core-4.3.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/nagios-core/nagios-core-4.3.1-r1.ebuild b/net-analyzer/nagios-core/nagios-core-4.3.1-r1.ebuild index b34de2caad8..7acee4a50aa 100644 --- a/net-analyzer/nagios-core/nagios-core-4.3.1-r1.ebuild +++ b/net-analyzer/nagios-core/nagios-core-4.3.1-r1.ebuild @@ -220,7 +220,7 @@ pkg_postinst() { || die "failed to change group of ${ROOT}etc/nagios" elog "To enable the Nagios web front-end, please edit" - elog "${ROOT}etc/conf.d/apache2 and add \"-D NAGIOS -D PHP5\"" + elog "${ROOT}etc/conf.d/apache2 and add \"-D NAGIOS -D PHP\"" elog "to APACHE2_OPTS. Then Nagios will be available at," elog elif use lighttpd; then diff --git a/net-analyzer/nagios-core/nagios-core-4.3.2.ebuild b/net-analyzer/nagios-core/nagios-core-4.3.2.ebuild index 2b0afdbba17..efcd6c2484c 100644 --- a/net-analyzer/nagios-core/nagios-core-4.3.2.ebuild +++ b/net-analyzer/nagios-core/nagios-core-4.3.2.ebuild @@ -218,7 +218,7 @@ pkg_postinst() { || die "failed to change group of ${ROOT}etc/nagios" elog "To enable the Nagios web front-end, please edit" - elog "${ROOT}etc/conf.d/apache2 and add \"-D NAGIOS -D PHP5\"" + elog "${ROOT}etc/conf.d/apache2 and add \"-D NAGIOS -D PHP\"" elog "to APACHE2_OPTS. Then Nagios will be available at," elog elif use lighttpd; then