diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-11-16 16:53:31 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-11-16 16:55:02 +0100 |
commit | fd833333ad0b4b6be3ee7bb238cf04d63a9fa320 (patch) | |
tree | 2b6fe115e38f296c8d6412f7b41b253f417597ac /ebuild-writing | |
parent | archs/amd64: Link to eclass documentation (diff) | |
download | devmanual-fd833333ad0b4b6be3ee7bb238cf04d63a9fa320.tar.gz devmanual-fd833333ad0b4b6be3ee7bb238cf04d63a9fa320.tar.bz2 devmanual-fd833333ad0b4b6be3ee7bb238cf04d63a9fa320.zip |
ebuild-writing/users-and-groups: Sync with QA policy
UIDs and GIDs can be chosen from the range 101..749.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'ebuild-writing')
-rw-r--r-- | ebuild-writing/users-and-groups/text.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ebuild-writing/users-and-groups/text.xml b/ebuild-writing/users-and-groups/text.xml index 9b2b49d..392a5b4 100644 --- a/ebuild-writing/users-and-groups/text.xml +++ b/ebuild-writing/users-and-groups/text.xml @@ -14,12 +14,12 @@ categories. <p> First, check the <uri link="https://api.gentoo.org/uid-gid.txt">UID/GID -assignment list</uri> and choose a free UID/GID in the range between -101 and 499. If you are adding a user and a group with the same name, -use the same number for their UID and GID, respectively. When in doubt, -take the next free number from 499 downwards. The helper script -<c>./bin/used_free_uidgids.sh</c> available in the data/api.git repository can -be used to find the next available UID or GID. +assignment list</uri> and choose a free UID/GID in the range between 101 and +749. If you are adding a user and a group with the same name, use the same +number for their UID and GID, respectively. When in doubt, take the next free +number from 101 upwards. The helper script <c>./bin/used_free_uidgids.sh</c> +available in the data/api.git repository can be used to find the next available +UID or GID. </p> <p> |