mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +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:
|
kvm:x:61:
|
||||||
uuidd:x:80:
|
uuidd:x:80:
|
||||||
wheel:x:97:
|
wheel:x:97:
|
||||||
nogroup:x:65534:
|
users:x:999:
|
||||||
users:x:999:</literal>
|
nogroup:x:65534:</literal>
|
||||||
EOF</userinput></screen>
|
EOF</userinput></screen>
|
||||||
|
|
||||||
<screen revision="systemd"><userinput>cat > /etc/group << "EOF"
|
<screen revision="systemd"><userinput>cat > /etc/group << "EOF"
|
||||||
@ -153,8 +153,8 @@ systemd-coredump:x:79:
|
|||||||
uuidd:x:80:
|
uuidd:x:80:
|
||||||
systemd-oom:x:81:
|
systemd-oom:x:81:
|
||||||
wheel:x:97:
|
wheel:x:97:
|
||||||
nogroup:x:65534:
|
users:x:999:
|
||||||
users:x:999:</literal>
|
nogroup:x:65534:</literal>
|
||||||
EOF</userinput></screen>
|
EOF</userinput></screen>
|
||||||
|
|
||||||
<para>The created groups are not part of any standard—they are groups
|
<para>The created groups are not part of any standard—they are groups
|
||||||
|
Loading…
Reference in New Issue
Block a user