Fix etc/group overlay sample entries.
Just add an "x" to fix: FS#15707 - [filesystem] New grpck barks on gshadow Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
This commit is contained in:
parent
195521a185
commit
ed2395a609
2 changed files with 42 additions and 42 deletions
|
@ -1,21 +1,21 @@
|
||||||
root::0:root
|
root:x:0:root
|
||||||
bin::1:root,bin,daemon
|
bin:x:1:root,bin,daemon
|
||||||
daemon::2:root,bin,daemon
|
daemon:x:2:root,bin,daemon
|
||||||
sys::3:root,bin
|
sys:x:3:root,bin
|
||||||
adm::4:root,daemon
|
adm:x:4:root,daemon
|
||||||
tty::5:
|
tty:x:5:
|
||||||
disk::6:root,arch
|
disk:x:6:root,arch
|
||||||
lp::7:daemon
|
lp:x:7:daemon
|
||||||
mem::8:
|
mem:x:8:
|
||||||
kmem::9:
|
kmem:x:9:
|
||||||
wheel::10:root,arch
|
wheel:x:10:root,arch
|
||||||
ftp::11:
|
ftp:x:11:
|
||||||
mail::12:
|
mail:x:12:
|
||||||
log::19:root
|
log:x:19:root
|
||||||
cron::22:
|
slocate:x:21:
|
||||||
smmsp::25:
|
cron:x:22:
|
||||||
audio::92:arch
|
smmsp:x:25:
|
||||||
optical::93:arch
|
audio:x:92:arch
|
||||||
nobody::99:
|
optical:x:93:arch
|
||||||
users::100:arch
|
nobody:x:99:
|
||||||
slocate::21:
|
users:x:100:arch
|
||||||
|
|
|
@ -1,21 +1,21 @@
|
||||||
root::0:root
|
root:x:0:root
|
||||||
bin::1:root,bin,daemon
|
bin:x:1:root,bin,daemon
|
||||||
daemon::2:root,bin,daemon
|
daemon:x:2:root,bin,daemon
|
||||||
sys::3:root,bin
|
sys:x:3:root,bin
|
||||||
adm::4:root,daemon
|
adm:x:4:root,daemon
|
||||||
tty::5:
|
tty:x:5:
|
||||||
disk::6:root,arch
|
disk:x:6:root,arch
|
||||||
lp::7:daemon
|
lp:x:7:daemon
|
||||||
mem::8:
|
mem:x:8:
|
||||||
kmem::9:
|
kmem:x:9:
|
||||||
wheel::10:root,arch
|
wheel:x:10:root,arch
|
||||||
ftp::11:
|
ftp:x:11:
|
||||||
mail::12:
|
mail:x:12:
|
||||||
log::19:root
|
log:x:19:root
|
||||||
cron::22:
|
slocate:x:21:
|
||||||
smmsp::25:
|
cron:x:22:
|
||||||
audio::92:arch
|
smmsp:x:25:
|
||||||
optical::93:arch
|
audio:x:92:arch
|
||||||
nobody::99:
|
optical:x:93:arch
|
||||||
users::100:arch
|
nobody:x:99:
|
||||||
slocate::21:
|
users:x:100:arch
|
||||||
|
|
Loading…
Add table
Reference in a new issue