diff options
author | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:17:40 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:19:39 (GMT) |
commit | adbcf19958300e9b6598990184c8815b945ba0ee (patch) | |
tree | f4283c850ac0ac202c17e78a637ee7ca8147621b /abs/core/filesystem/group | |
parent | 61a68250df10d29b624650948484898334ff22d0 (diff) | |
download | linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2 |
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/core/filesystem/group')
-rw-r--r-- | abs/core/filesystem/group | 47 |
1 files changed, 24 insertions, 23 deletions
diff --git a/abs/core/filesystem/group b/abs/core/filesystem/group index a34b83f..4bd635c 100644 --- a/abs/core/filesystem/group +++ b/abs/core/filesystem/group @@ -1,29 +1,30 @@ -root::0:root -bin::1:root,bin,daemon -daemon::2:root,bin,daemon -sys::3:root,bin -adm::4:root,daemon -tty::5: -disk::6:root -lp::7:daemon -mem::8: -kmem::9: -wheel::10:root -ftp::11: -mail::12: -uucp::14: -log::19:root -locate::21: -smmsp::25: -http::33: -games::50: +root:x:0:root +bin:x:1:root,bin,daemon +daemon:x:2:root,bin,daemon +sys:x:3:root,bin +adm:x:4:root,daemon +tty:x:5: +disk:x:6:root +lp:x:7:daemon +mem:x:8: +kmem:x:9: +wheel:x:10:root +ftp:x:11: +mail:x:12: +uucp:x:14: +log:x:19:root +locate:x:21: +rfkill:x:24: +smmsp:x:25: +http:x:33: +games:x:50: network:x:90: video:x:91: -audio::92: -optical::93: +audio:x:92: +optical:x:93: floppy:x:94: storage:x:95: scanner:x:96: power:x:98: -nobody::99: -users::100: +nobody:x:99: +users:x:100: |