Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 763078

Summary: sys-devel/distcc: convert to depend on acct-user/distcc (GLEP 81)
Product: Gentoo Linux Reporter: Dennis Lamm <expeditioneer>
Component: Current packagesAssignee: Michał Górny <mgorny>
Status: RESOLVED FIXED    
Severity: normal CC: cluster, jstein
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 701210    

Description Dennis Lamm gentoo-dev 2021-01-02 11:53:52 UTC
sys-devel/distcc has currently:

pkg_setup() {
	enewuser distcc 240 -1 -1 daemon
	python-single-r1_pkg_setup
}

According to GLEP-81 this should be migrated to acct-user


Reproducible: Always
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2021-01-03 08:51:52 UTC
It should probably use a dedicated group too.
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2021-01-03 08:57:45 UTC
OTOH, Fedora uses User=nobody.
Comment 3 Larry the Git Cow gentoo-dev 2021-01-04 11:49:22 UTC
The bug has been closed via the following commit(s):

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

commit 8916546de90f022411173354c6bf3b711bc85283
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2021-01-04 11:42:51 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2021-01-04 11:49:18 +0000

    sys-devel/distcc: EAPI 7, acct-user
    
    Closes: https://bugs.gentoo.org/763078
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 sys-devel/distcc/distcc-3.3.3-r2.ebuild | 184 ++++++++++++++++++++++++++++++++
 1 file changed, 184 insertions(+)