diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2017-11-02 16:12:23 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2017-11-04 19:37:22 -0400 |
commit | ec1a909b25ce487843dce8bbb644c9e388ff38f0 (patch) | |
tree | 83ab9128a07f9c04655086b1e9ef5589fe23bf76 /net-analyzer/pnp4nagios | |
parent | net-analyzer/pnp4nagios: drop pointless rrdtool lower bound. (diff) | |
download | gentoo-ec1a909b25ce487843dce8bbb644c9e388ff38f0.tar.gz gentoo-ec1a909b25ce487843dce8bbb644c9e388ff38f0.tar.bz2 gentoo-ec1a909b25ce487843dce8bbb644c9e388ff38f0.zip |
net-analyzer/pnp4nagios: new revision to fix apache2 conf file.
The last few revisions have done,
insinto "${APACHE_MODULES_CONFDIR}"
but the depend.apache eclass was removed in pnp4nagios-0.6.25-r3,
which means that the conf file wound up installed to ${ROOT}. The
new revision specifies the path explicitly without using the eclass
variable.
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-r4.ebuild (renamed from net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r3.ebuild) | 2 |
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-r4.ebuild index daba225be4ff..c173abd999e4 100644 --- a/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r3.ebuild +++ b/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r4.ebuild @@ -80,7 +80,7 @@ src_install() { fperms o-rwx /etc/pnp/process_perfdata.cfg if use apache2 ; then - insinto "${APACHE_MODULES_CONFDIR}" + insinto /etc/apache2/modules.d newins "${FILESDIR}"/98_pnp4nagios-2.4.conf 98_pnp4nagios.conf # This one file isn't world-readable, but it should be group- |