summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2017-11-02 13:29:42 -0400
committerMichael Orlitzky <mjo@gentoo.org>2017-11-04 19:37:21 -0400
commit7c5156d908adf2da53846cf857ff2b039bf79078 (patch)
tree216ced9130e4dff3c7bc51c00f5f4e453513ec52 /net-analyzer/pnp4nagios
parentnet-analyzer/pnp4nagios: new revision to fix insecure config permissions. (diff)
downloadgentoo-7c5156d908adf2da53846cf857ff2b039bf79078.tar.gz
gentoo-7c5156d908adf2da53846cf857ff2b039bf79078.tar.bz2
gentoo-7c5156d908adf2da53846cf857ff2b039bf79078.zip
net-analyzer/pnp4nagios: change "-DPHP5" to "-DPHP" in pkg_postinst().
The apache "define" changed a while ago from "PHP5" to simply "PHP". This commit fixes the latest revision, in place, to output the correct instructions. Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'net-analyzer/pnp4nagios')
-rw-r--r--net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r3.ebuild b/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r3.ebuild
index ce886f53738a..75c54aacb9ba 100644
--- a/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r3.ebuild
+++ b/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r3.ebuild
@@ -92,7 +92,7 @@ src_install() {
pkg_postinst() {
elog "To enable the pnp4nagios web front-end, please visit"
- elog "${EROOT%/}/etc/conf.d/apache2 and add \"-D PNP -D PHP5\""
+ elog "${EROOT%/}/etc/conf.d/apache2 and add \"-D PNP -D PHP\""
elog "to APACHE2_OPTS. Then pnp4nagios will be available at,"
elog
elog " http://localhost/pnp4nagios"