Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 830215 - www-apps/icingaweb2 should install icingacli binary with group icingaweb2
Summary: www-apps/icingaweb2 should install icingacli binary with group icingaweb2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthew Thode ( prometheanfire )
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-29 09:40 UTC by Horst Prote
Modified: 2021-12-29 17:14 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Horst Prote 2021-12-29 09:40:47 UTC
The icinga-director.service installed by icingaweb2-module-director-1.8.1.ebuild runs the
  /usr/share/icingaweb2/bin/icingacli director daemon run
command as user icingadirector and according to https://github.com/Icinga/icingaweb2-module-director/blob/master/doc/02-Installation.md#install-the-director-module this user has group icingaweb2. Therefore a new acct-user/icingadirector was added in bug 802276 but we still need a small change in www-apps/icingaweb2:
src_install() {
  ...
      fowners root:icingaweb2 "/usr/share/${PN}/bin/icingacli"
}


Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2021-12-29 17:14:39 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b325428abdd0071c336886651d60e2b862e3d952

commit b325428abdd0071c336886651d60e2b862e3d952
Author:     Matthew Thode <prometheanfire@gentoo.org>
AuthorDate: 2021-12-29 17:14:32 +0000
Commit:     Matthew Thode <prometheanfire@gentoo.org>
CommitDate: 2021-12-29 17:14:32 +0000

    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>

 .../icingaweb2/{icingaweb2-2.9.5.ebuild => icingaweb2-2.9.5-r1.ebuild}   | 1 +
 www-apps/icingaweb2/icingaweb2-9999.ebuild                               | 1 +
 2 files changed, 2 insertions(+)