Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] data/api:master commit in: files/
Date: Sat, 24 Aug 2019 19:09:38
Message-Id: 1566673747.50bd3a7354dba52987dfaccc49b41a53e76cf5bb.ulm@gentoo
1 commit: 50bd3a7354dba52987dfaccc49b41a53e76cf5bb
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 24 19:09:07 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 24 19:09:07 2019 +0000
6 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=50bd3a73
7
8 uid-gid.txt: Use pure ASCII instead of fancy Unicode dashes.
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 files/uid-gid.txt | 12 ++++++------
13 1 file changed, 6 insertions(+), 6 deletions(-)
14
15 diff --git a/files/uid-gid.txt b/files/uid-gid.txt
16 index c2f09f3..8f203c9 100644
17 --- a/files/uid-gid.txt
18 +++ b/files/uid-gid.txt
19 @@ -200,16 +200,16 @@ stdiscosrv 497 497 acct
20 burp 498 498 acct
21 syncthing 499 499 acct
22 slurm 500 500 user.eclass
23 -- 500–999 500–999 reserved
24 -- 1000–60000 1000–60000 reserved `UID_MIN`–`UID_MAX` / `GID_MIN`–`GID_MAX` in login.defs
25 +- 500..999 500..999 reserved
26 +- 1000..60000 1000..60000 reserved `UID_MIN`..`UID_MAX` / `GID_MIN`..`GID_MAX` in login.defs
27 ventrilo 3784 3784 historical
28 -- 60001–65533 60001–65532 reserved
29 +- 60001..65533 60001..65532 reserved
30 nogroup - 65533 baselayout
31 nogroup - 65533 baselayout-fbsd
32 nobody 65534 65534 baselayout
33 nobody 65534 65534 baselayout-fbsd
34 -- 65535 65535 reserved −1 on systems with 16 bit uid_t
35 -- 61184–65519 61184–65519 reserved Used by systemd DynamicUser feature
36 -- 524288–1878982656 524288–1878982656 reserved Used by systemd for containers
37 +- 65535 65535 reserved -1 on systems with 16 bit uid_t
38 +- 61184..65519 61184..65519 reserved Used by systemd DynamicUser feature
39 +- 524288..1878982656 524288..1878982656 reserved Used by systemd for containers
40
41 # vim:se ts=8 sts=0 tw=0 :