diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-01-10 22:02:40 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-01-10 22:04:02 +0100 |
commit | 7589090b4809049e6662c44169901b211dec1c01 (patch) | |
tree | 52dc2fd569488fe4e1699e65601267b6246813a4 /acct-group/distcc/distcc-1.ebuild | |
parent | dev-ml/jingoo: fix dependency (diff) | |
download | gentoo-7589090b4809049e6662c44169901b211dec1c01.tar.gz gentoo-7589090b4809049e6662c44169901b211dec1c01.tar.bz2 gentoo-7589090b4809049e6662c44169901b211dec1c01.zip |
acct-group/distcc: Fix GID 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@gentoo.org>
Diffstat (limited to 'acct-group/distcc/distcc-1.ebuild')
-rw-r--r-- | acct-group/distcc/distcc-1.ebuild | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/acct-group/distcc/distcc-1.ebuild b/acct-group/distcc/distcc-1.ebuild new file mode 100644 index 000000000000..d26894412994 --- /dev/null +++ b/acct-group/distcc/distcc-1.ebuild @@ -0,0 +1,8 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=240 |