Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios-core/
Date: Tue, 08 Aug 2017 23:09:39
Message-Id: 1502233675.17b295bb6e7d48f11de21a248703896c6d70c653.mjo@gentoo
1 commit: 17b295bb6e7d48f11de21a248703896c6d70c653
2 Author: Tomas Mozes <hydrapolic <AT> gmail <DOT> com>
3 AuthorDate: Mon Aug 7 10:30:47 2017 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 8 23:07:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17b295bb
7
8 net-analyzer/nagios-core: update apache define for current eselect-php
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
13
14 net-analyzer/nagios-core/nagios-core-4.3.1-r1.ebuild | 2 +-
15 net-analyzer/nagios-core/nagios-core-4.3.2.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 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
19 index b34de2caad8..7acee4a50aa 100644
20 --- a/net-analyzer/nagios-core/nagios-core-4.3.1-r1.ebuild
21 +++ b/net-analyzer/nagios-core/nagios-core-4.3.1-r1.ebuild
22 @@ -220,7 +220,7 @@ pkg_postinst() {
23 || die "failed to change group of ${ROOT}etc/nagios"
24
25 elog "To enable the Nagios web front-end, please edit"
26 - elog "${ROOT}etc/conf.d/apache2 and add \"-D NAGIOS -D PHP5\""
27 + elog "${ROOT}etc/conf.d/apache2 and add \"-D NAGIOS -D PHP\""
28 elog "to APACHE2_OPTS. Then Nagios will be available at,"
29 elog
30 elif use lighttpd; then
31
32 diff --git a/net-analyzer/nagios-core/nagios-core-4.3.2.ebuild b/net-analyzer/nagios-core/nagios-core-4.3.2.ebuild
33 index 2b0afdbba17..efcd6c2484c 100644
34 --- a/net-analyzer/nagios-core/nagios-core-4.3.2.ebuild
35 +++ b/net-analyzer/nagios-core/nagios-core-4.3.2.ebuild
36 @@ -218,7 +218,7 @@ pkg_postinst() {
37 || die "failed to change group of ${ROOT}etc/nagios"
38
39 elog "To enable the Nagios web front-end, please edit"
40 - elog "${ROOT}etc/conf.d/apache2 and add \"-D NAGIOS -D PHP5\""
41 + elog "${ROOT}etc/conf.d/apache2 and add \"-D NAGIOS -D PHP\""
42 elog "to APACHE2_OPTS. Then Nagios will be available at,"
43 elog
44 elif use lighttpd; then