commit: 511599fc77b7656214d67daf11a5cb959add5adf
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 10 21:03:15 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 21:04:03 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=511599fc
acct-user/distcc: Fix UID to 240
The old ebuild already allocated UID for distcc, so it was my mistake
to reserve a new one. Let's change it back quickly while a relatively
small number of users have the other GID.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
acct-user/distcc/{distcc-0.ebuild => distcc-1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/acct-user/distcc/distcc-0.ebuild b/acct-user/distcc/distcc-1.ebuild
similarity index 92%
rename from acct-user/distcc/distcc-0.ebuild
rename to acct-user/distcc/distcc-1.ebuild
index 81599c0c569..e04e0ea8603 100644
--- a/acct-user/distcc/distcc-0.ebuild
+++ b/acct-user/distcc/distcc-1.ebuild
@@ -6,7 +6,7 @@ EAPI=7
inherit acct-user
DESCRIPTION="User used to run distcc daemon"
-ACCT_USER_ID=358
+ACCT_USER_ID=240
ACCT_USER_GROUPS=( distcc )
acct-user_add_deps