diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-03-13 18:56:34 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-03-13 18:56:34 +0000 |
commit | 554cbe7f18cfb6e2a47bc1fdc0056705b0e0a7b5 (patch) | |
tree | dd4b22db5290f8c67bc02c77cc032bf7ca1ab9a7 /package/base-files/files/etc | |
parent | 73088cf044c24ee7f773910c0bf469127f4e7f8a (diff) | |
download | upstream-554cbe7f18cfb6e2a47bc1fdc0056705b0e0a7b5.tar.gz upstream-554cbe7f18cfb6e2a47bc1fdc0056705b0e0a7b5.tar.bz2 upstream-554cbe7f18cfb6e2a47bc1fdc0056705b0e0a7b5.zip |
base-files: add a few default groups to /etc/group so that we can get rid of a few postinst scripts
SVN-Revision: 26133
Diffstat (limited to 'package/base-files/files/etc')
-rw-r--r-- | package/base-files/files/etc/group | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/base-files/files/etc/group b/package/base-files/files/etc/group index c4e77f316a..b5201ea2c9 100644 --- a/package/base-files/files/etc/group +++ b/package/base-files/files/etc/group @@ -1,2 +1,9 @@ root:x:0: +daemon:x:1: +adm:x:4: +mail:x:8: +audio:x:29: +www-data:x:33: +users:x:100: +network:x:101: nogroup:x:65534: |