diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-12-03 11:57:25 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-12-03 11:57:50 -0600 |
commit | 8b9ce8259b379a8b409936efc77363b07197afa3 (patch) | |
tree | 22c4407f26f33eb67c190f57378285f5340e2f46 /net-analyzer | |
parent | dev-libs/jemalloc: marked ~x64-solaris (diff) | |
download | gentoo-8b9ce8259b379a8b409936efc77363b07197afa3.tar.gz gentoo-8b9ce8259b379a8b409936efc77363b07197afa3.tar.bz2 gentoo-8b9ce8259b379a8b409936efc77363b07197afa3.zip |
net-analyzer/icinga: don't do unnecessary chowns
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/icinga/icinga-1.14.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/icinga/icinga-1.14.0-r1.ebuild b/net-analyzer/icinga/icinga-1.14.0-r1.ebuild index bf0de98f741b..681ce94efa8d 100644 --- a/net-analyzer/icinga/icinga-1.14.0-r1.ebuild +++ b/net-analyzer/icinga/icinga-1.14.0-r1.ebuild @@ -165,7 +165,7 @@ src_install() { if use eventhandler ; then dodir /etc/icinga/eventhandlers - fowners icinga:icinga /etc/icinga/eventhandlers +# fowners icinga:icinga /etc/icinga/eventhandlers fi keepdir /etc/icinga |