From: Felix Fietkau <nbd@openwrt.org>
Date: Sun, 13 Mar 2011 18:56:34 +0000 (+0000)
Subject: base-files: add a few default groups to /etc/group so that we can get rid of a few... 
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=554cbe7f18cfb6e2a47bc1fdc0056705b0e0a7b5;p=openwrt%2Fstaging%2Faparcar.git

base-files: add a few default groups to /etc/group so that we can get rid of a few postinst scripts

SVN-Revision: 26133
---

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: