diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-03-13 18:56:34 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-03-13 18:56:34 +0000 |
commit | 2e230262d0b53b45998711a0132f798816214616 (patch) | |
tree | 977719a49cd07eeabc500f100a6f736075ef5ce7 | |
parent | 6ec21ab092fe895440d2e7ca98357e467c2b159b (diff) |
base-files: add a few default groups to /etc/group so that we can get rid of a few postinst scripts
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26133 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 c4e77f316..b5201ea2c 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: |