commit: fd833333ad0b4b6be3ee7bb238cf04d63a9fa320 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Tue Nov 16 15:53:31 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Tue Nov 16 15:55:02 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=fd833333
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 <AT> gentoo.org> ebuild-writing/users-and-groups/text.xml | 12 ++++++------ 1 file 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>
