diff options
-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> |