diff options
Diffstat (limited to 'sources/target_skeleton/etc/group')
-rw-r--r-- | sources/target_skeleton/etc/group | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/sources/target_skeleton/etc/group b/sources/target_skeleton/etc/group index becc56cb4..a21ef0f76 100644 --- a/sources/target_skeleton/etc/group +++ b/sources/target_skeleton/etc/group @@ -1,18 +1,10 @@ root:x:0: -wheel:x:10: -bin:x:1:bin,daemon -daemon:x:2:bin,daemon -sys:x:3:bin,adm -adm:x:4:adm,daemon +daemon:x:1: +bin:x:2: +sys:x:3: +adm:x:4: tty:x:5: disk:x:6: -lp:x:7:daemon,lp -mem:x:8: -kmem:x:9: -operator:x:11: -uucp:x:14:uucp -dip:x:40: -utmp:x:45: -www:x:63: -nobody:x:65534: -users:x:100: +utmp:x:43: +staff:x:50: +default:x:1000: |