mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
make /etc/group sorted by GID
This commit is contained in:
parent
14de4552bf
commit
8469f02115
@ -116,8 +116,8 @@ mail:x:34:
|
||||
kvm:x:61:
|
||||
uuidd:x:80:
|
||||
wheel:x:97:
|
||||
nogroup:x:65534:
|
||||
users:x:999:</literal>
|
||||
users:x:999:
|
||||
nogroup:x:65534:</literal>
|
||||
EOF</userinput></screen>
|
||||
|
||||
<screen revision="systemd"><userinput>cat > /etc/group << "EOF"
|
||||
@ -153,8 +153,8 @@ systemd-coredump:x:79:
|
||||
uuidd:x:80:
|
||||
systemd-oom:x:81:
|
||||
wheel:x:97:
|
||||
nogroup:x:65534:
|
||||
users:x:999:</literal>
|
||||
users:x:999:
|
||||
nogroup:x:65534:</literal>
|
||||
EOF</userinput></screen>
|
||||
|
||||
<para>The created groups are not part of any standard—they are groups
|
||||
|
Loading…
Reference in New Issue
Block a user