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/pnp4nagios/
Date: Sat, 04 Nov 2017 23:40:24
Message-Id: 1509838641.7c5156d908adf2da53846cf857ff2b039bf79078.mjo@gentoo
1 commit: 7c5156d908adf2da53846cf857ff2b039bf79078
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 2 17:29:42 2017 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 4 23:37:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c5156d9
7
8 net-analyzer/pnp4nagios: change "-DPHP5" to "-DPHP" in pkg_postinst().
9
10 The apache "define" changed a while ago from "PHP5" to simply "PHP".
11 This commit fixes the latest revision, in place, to output the correct
12 instructions.
13
14 Package-Manager: Portage-2.3.8, Repoman-2.3.3
15
16 net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r3.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r3.ebuild b/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r3.ebuild
20 index ce886f53738..75c54aacb9b 100644
21 --- a/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r3.ebuild
22 +++ b/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r3.ebuild
23 @@ -92,7 +92,7 @@ src_install() {
24
25 pkg_postinst() {
26 elog "To enable the pnp4nagios web front-end, please visit"
27 - elog "${EROOT%/}/etc/conf.d/apache2 and add \"-D PNP -D PHP5\""
28 + elog "${EROOT%/}/etc/conf.d/apache2 and add \"-D PNP -D PHP\""
29 elog "to APACHE2_OPTS. Then pnp4nagios will be available at,"
30 elog
31 elog " http://localhost/pnp4nagios"