diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-12-29 11:14:32 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-12-29 11:14:32 -0600 |
commit | b325428abdd0071c336886651d60e2b862e3d952 (patch) | |
tree | b7811f3fcfaaddc479540c5e537bb38067f0366a /www-apps | |
parent | www-apps/icingaweb2-module-director: add better doc links (diff) | |
download | gentoo-b325428abdd0071c336886651d60e2b862e3d952.tar.gz gentoo-b325428abdd0071c336886651d60e2b862e3d952.tar.bz2 gentoo-b325428abdd0071c336886651d60e2b862e3d952.zip |
www-apps/icingaweb2: manage group of icingaweb2 icingacli
Closes: https://bugs.gentoo.org/830215
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/icingaweb2/icingaweb2-2.9.5-r1.ebuild (renamed from www-apps/icingaweb2/icingaweb2-2.9.5.ebuild) | 1 | ||||
-rw-r--r-- | www-apps/icingaweb2/icingaweb2-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/www-apps/icingaweb2/icingaweb2-2.9.5.ebuild b/www-apps/icingaweb2/icingaweb2-2.9.5-r1.ebuild index 977d8fee7bb4..1ef7a422fe00 100644 --- a/www-apps/icingaweb2/icingaweb2-2.9.5.ebuild +++ b/www-apps/icingaweb2/icingaweb2-2.9.5-r1.ebuild @@ -73,6 +73,7 @@ src_install() { doins -r "${S}"/* fperms -R a+rX "/usr/share/${PN}/public/" fperms u+x,g+x "/usr/share/${PN}/bin/icingacli" + fowners root:icingaweb2 "/usr/share/${PN}/bin/icingacli" } pkg_postinst() { diff --git a/www-apps/icingaweb2/icingaweb2-9999.ebuild b/www-apps/icingaweb2/icingaweb2-9999.ebuild index dcfe13e3b7d0..c00a171bba00 100644 --- a/www-apps/icingaweb2/icingaweb2-9999.ebuild +++ b/www-apps/icingaweb2/icingaweb2-9999.ebuild @@ -73,6 +73,7 @@ src_install() { doins -r "${S}"/* fperms -R a+rX "/usr/share/${PN}/public/" fperms u+x,g+x "/usr/share/${PN}/bin/icingacli" + fowners root:icingaweb2 "/usr/share/${PN}/bin/icingacli" } pkg_postinst() { |