From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CA112138334 for ; Thu, 26 Dec 2019 22:16:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECA0FE0A97; Thu, 26 Dec 2019 22:16:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D2764E0A97 for ; Thu, 26 Dec 2019 22:16:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1906934DBD1 for ; Thu, 26 Dec 2019 22:16:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 104C03B for ; Thu, 26 Dec 2019 22:16:47 +0000 (UTC) From: "Göktürk Yüksek" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Göktürk Yüksek" Message-ID: <1577398562.bd6d454f759e735611b6bd6cc85c0c82379b29fd.gokturk@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/users-and-groups/ X-VCS-Repository: proj/devmanual X-VCS-Files: ebuild-writing/users-and-groups/text.xml X-VCS-Directories: ebuild-writing/users-and-groups/ X-VCS-Committer: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: bd6d454f759e735611b6bd6cc85c0c82379b29fd X-VCS-Branch: master Date: Thu, 26 Dec 2019 22:16:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7e3a8c98-b885-489e-a99a-57c192e90fba X-Archives-Hash: a8e2acc8a34e99983ff6a2a20002cb11 commit: bd6d454f759e735611b6bd6cc85c0c82379b29fd Author: Göktürk Yüksek gentoo org> AuthorDate: Thu Dec 26 22:16:02 2019 +0000 Commit: Göktürk Yüksek gentoo org> CommitDate: Thu Dec 26 22:16:02 2019 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=bd6d454f ebuild-writing/users-and-groups: post-merge enhancements Signed-off-by: Göktürk Yüksek gentoo.org> ebuild-writing/users-and-groups/text.xml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/ebuild-writing/users-and-groups/text.xml b/ebuild-writing/users-and-groups/text.xml index 1bb87b3..c556fd9 100644 --- a/ebuild-writing/users-and-groups/text.xml +++ b/ebuild-writing/users-and-groups/text.xml @@ -14,16 +14,18 @@ categories.

First, check the UID/GID -assignment list and choose a free UID/GID in range 101..499. If you are -adding a matching user and group, use the same number for both. When in doubt, +assignment list 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 aforementioned list can be found in the -data/api.git repository -on git.gentoo.org. Add your new user(s) and group(s) -to the uid-gid.txt file and push them before adding the actual packages. +Add your new user(s) and group(s) to the uid-gid.txt file +located in the +data/api.git +repository and push them before adding the actual packages. This counts as reserving the identifiers and will prevent collisions. Afterwards, you can push the new ebuilds.