net-analyzer/nagios-core: update apache define for current eselect-php
authorTomas Mozes <hydrapolic@gmail.com>
Mon, 7 Aug 2017 10:30:47 +0000 (12:30 +0200)
committerMichael Orlitzky <mjo@gentoo.org>
Tue, 8 Aug 2017 23:07:55 +0000 (19:07 -0400)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
net-analyzer/nagios-core/nagios-core-4.3.1-r1.ebuild
net-analyzer/nagios-core/nagios-core-4.3.2.ebuild

index b34de2caad88282794cee8f821b93809a5aec33f..7acee4a50aa9165f0dc237cd31827a5e52b4ea7b 100644 (file)
@@ -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
index 2b0afdbba17eb518ffc0fdf4c80ccd73888f4201..efcd6c2484cf401d69412347e54db19ff2f13ea0 100644 (file)
@@ -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