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 5A3A3138334 for ; Sat, 24 Aug 2019 19:09:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D2A0E0798; Sat, 24 Aug 2019 19:09:37 +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 5CD63E0798 for ; Sat, 24 Aug 2019 19:09:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 430A034A18F for ; Sat, 24 Aug 2019 19:09:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2760D758 for ; Sat, 24 Aug 2019 19:09:34 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1566673747.50bd3a7354dba52987dfaccc49b41a53e76cf5bb.ulm@gentoo> Subject: [gentoo-commits] data/api:master commit in: files/ X-VCS-Repository: data/api X-VCS-Files: files/uid-gid.txt X-VCS-Directories: files/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 50bd3a7354dba52987dfaccc49b41a53e76cf5bb X-VCS-Branch: master Date: Sat, 24 Aug 2019 19:09:34 +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: 9981d254-9938-4d0e-bfd8-5fa2c87c3c1c X-Archives-Hash: 91549487c288da1f2cb6a4d850c56469 commit: 50bd3a7354dba52987dfaccc49b41a53e76cf5bb Author: Ulrich Müller gentoo org> AuthorDate: Sat Aug 24 19:09:07 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Aug 24 19:09:07 2019 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=50bd3a73 uid-gid.txt: Use pure ASCII instead of fancy Unicode dashes. Signed-off-by: Ulrich Müller gentoo.org> files/uid-gid.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/files/uid-gid.txt b/files/uid-gid.txt index c2f09f3..8f203c9 100644 --- a/files/uid-gid.txt +++ b/files/uid-gid.txt @@ -200,16 +200,16 @@ stdiscosrv 497 497 acct burp 498 498 acct syncthing 499 499 acct slurm 500 500 user.eclass -- 500–999 500–999 reserved -- 1000–60000 1000–60000 reserved `UID_MIN`–`UID_MAX` / `GID_MIN`–`GID_MAX` in login.defs +- 500..999 500..999 reserved +- 1000..60000 1000..60000 reserved `UID_MIN`..`UID_MAX` / `GID_MIN`..`GID_MAX` in login.defs ventrilo 3784 3784 historical -- 60001–65533 60001–65532 reserved +- 60001..65533 60001..65532 reserved nogroup - 65533 baselayout nogroup - 65533 baselayout-fbsd nobody 65534 65534 baselayout nobody 65534 65534 baselayout-fbsd -- 65535 65535 reserved −1 on systems with 16 bit uid_t -- 61184–65519 61184–65519 reserved Used by systemd DynamicUser feature -- 524288–1878982656 524288–1878982656 reserved Used by systemd for containers +- 65535 65535 reserved -1 on systems with 16 bit uid_t +- 61184..65519 61184..65519 reserved Used by systemd DynamicUser feature +- 524288..1878982656 524288..1878982656 reserved Used by systemd for containers # vim:se ts=8 sts=0 tw=0 :