mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
shutils/chroot: sync groups list with shadow pkg.
--HG-- extra : convert_revision : 0fb123e3e4400ff278c26a98b657ff349cb0f93a
This commit is contained in:
parent
3cdafeb9ca
commit
0cab41b261
1 changed files with 17 additions and 13 deletions
|
@ -98,19 +98,23 @@ root:x:0:
|
||||||
bin:x:1:
|
bin:x:1:
|
||||||
sys:x:2:
|
sys:x:2:
|
||||||
kmem:x:3:
|
kmem:x:3:
|
||||||
tty:x:4:
|
wheel:x:4:
|
||||||
tape:x:5:
|
tty:x:5:
|
||||||
daemon:x:6:
|
tape:x:6:
|
||||||
floppy:x:7:
|
daemon:x:7:
|
||||||
disk:x:8:
|
floppy:x:8:
|
||||||
lp:x:9:
|
disk:x:9:
|
||||||
uucp:x:10:
|
lp:x:10:
|
||||||
audio:x:11:
|
dialout:x:11:
|
||||||
video:x:12:
|
audio:x:12:
|
||||||
utmp:x:13:
|
video:x:13:
|
||||||
usb:x:14:
|
utmp:x:14:
|
||||||
cdrom:x:15:
|
usb:x:15:
|
||||||
mail:x:34:
|
cdrom:x:16:
|
||||||
|
optical:x:17:
|
||||||
|
mail:x:18:
|
||||||
|
storage:x:19:
|
||||||
|
scanner:x:20:
|
||||||
nogroup:x:99:
|
nogroup:x:99:
|
||||||
users:x:1000:
|
users:x:1000:
|
||||||
_EOF
|
_EOF
|
||||||
|
|
Loading…
Add table
Reference in a new issue