diff options
author | Tomas Mozes <hydrapolic@gmail.com> | 2017-08-07 12:30:47 +0200 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2017-08-08 19:07:55 -0400 |
commit | 17b295bb6e7d48f11de21a248703896c6d70c653 (patch) | |
tree | d9f87c650691087fc881077dc392f8446bb19af8 /net-analyzer/nagios-core | |
parent | net-vpn/wireguard: give advice to rmmod (diff) | |
download | gentoo-17b295bb6e7d48f11de21a248703896c6d70c653.tar.gz gentoo-17b295bb6e7d48f11de21a248703896c6d70c653.tar.bz2 gentoo-17b295bb6e7d48f11de21a248703896c6d70c653.zip |
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 <mjo@gentoo.org>
Diffstat (limited to 'net-analyzer/nagios-core')
-rw-r--r-- | net-analyzer/nagios-core/nagios-core-4.3.1-r1.ebuild | 2 | ||||
-rw-r--r-- | 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 b34de2caad88..7acee4a50aa9 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 2b0afdbba17e..efcd6c2484cf 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 |