diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2022-01-03 09:58:00 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2022-01-03 09:58:14 -0600 |
commit | 836eb0586634c5d1a5da7e59775c9880c5c5c545 (patch) | |
tree | 28794ca39cdd401643761c6f71e3af6781c1cb77 /net-analyzer | |
parent | net-vpn/riseup-vpn: add missing new dependency (diff) | |
download | gentoo-836eb0586634c5d1a5da7e59775c9880c5c5c545.tar.gz gentoo-836eb0586634c5d1a5da7e59775c9880c5c5c545.tar.bz2 gentoo-836eb0586634c5d1a5da7e59775c9880c5c5c545.zip |
net-analyzer/icinga2: fix missing fowner on logdir
Bug: https://bugs.gentoo.org/830228
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/icinga2/icinga2-2.13.2-r3.ebuild (renamed from net-analyzer/icinga2/icinga2-2.13.2-r2.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-analyzer/icinga2/icinga2-2.13.2-r2.ebuild b/net-analyzer/icinga2/icinga2-2.13.2-r3.ebuild index 4face498d405..f485dd354e56 100644 --- a/net-analyzer/icinga2/icinga2-2.13.2-r2.ebuild +++ b/net-analyzer/icinga2/icinga2-2.13.2-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -119,6 +119,7 @@ src_install() { fowners -R icinga:icingacmd /var/lib/icinga2/certs fowners icinga:icinga /var/spool/icinga2 fowners icinga:icinga /var/spool/icinga2/perfdata + fowners icinga:icingacmd /var/log/icinga2 fperms ug+rwX,o-rwx /etc/icinga2 fperms ug+rwX,o-rwx /var/lib/icinga2 |