diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2017-11-02 20:27:45 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2017-11-04 19:37:23 -0400 |
commit | 8e44298fd864c4a30a38f47522679a20a317732c (patch) | |
tree | 064c99060a969674d7f62322b8e01cc088bbee8a /net-analyzer/pnp4nagios | |
parent | net-analyzer/pnp4nagios: fix the default stats directory. (diff) | |
download | gentoo-8e44298fd864c4a30a38f47522679a20a317732c.tar.gz gentoo-8e44298fd864c4a30a38f47522679a20a317732c.tar.bz2 gentoo-8e44298fd864c4a30a38f47522679a20a317732c.zip |
net-analyzer/pnp4nagios: tighten permissions on process_perfdata.cfg.
With USE=apache2, we used to set the group of process_perfdata.cfg to
"apache2", but that appears unnecessary. This revision doesn't do it.
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-r7.ebuild (renamed from net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r6.ebuild) | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r6.ebuild b/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r7.ebuild index 9642d1e64792..4057b829d9ef 100644 --- a/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r6.ebuild +++ b/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r7.ebuild @@ -70,11 +70,6 @@ src_install() { if use apache2 ; then 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- - # readable. Give it to the "apache" group to let the web - # server read it. - fowners :apache /etc/pnp/process_perfdata.cfg fi # The nagios or icinga user needs to write performance data to the |