diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-01-05 09:30:42 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-01-05 09:30:42 -0600 |
commit | cf26d20dc70df53baaba6b59e9e1c3ca52b60617 (patch) | |
tree | 3b92a8ce62097d33c8d145b4f0f1d4c98540a523 /net-analyzer | |
parent | net-analyzer/icinga2: hopefully fixing the lpthread issue (diff) | |
download | gentoo-cf26d20dc70df53baaba6b59e9e1c3ca52b60617.tar.gz gentoo-cf26d20dc70df53baaba6b59e9e1c3ca52b60617.tar.bz2 gentoo-cf26d20dc70df53baaba6b59e9e1c3ca52b60617.zip |
net-analyzer/icinga2: fixing bad dir ownership for bug 570946
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/icinga2/icinga2-2.4.1-r2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-analyzer/icinga2/icinga2-2.4.1-r2.ebuild b/net-analyzer/icinga2/icinga2-2.4.1-r2.ebuild index 32ba9d4a70a4..db38f47cc61a 100644 --- a/net-analyzer/icinga2/icinga2-2.4.1-r2.ebuild +++ b/net-analyzer/icinga2/icinga2-2.4.1-r2.ebuild @@ -130,6 +130,7 @@ src_install() { fowners icinga:icinga /etc/icinga2 fowners icinga:icinga /var/lib/icinga2 fowners icinga:icinga /var/spool/icinga2 + fowners icinga:icingacmd /var/lib/icinga2/api fowners icinga:icinga /var/spool/icinga2/perfdata fowners icinga:icingacmd /var/log/icinga2 |