From 762e385639135b234fc492c8558f7f435f109360 Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 13 Mar 2011 18:59:43 +0000 Subject: [PATCH] base-files: add a few default groups to /etc/group so that we can get rid of a few postinst scripts (backport of r26133) git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26134 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/base-files/files/etc/group | 7 +++++++ 1 file changed, 7 insertions(+) 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: -- 2.35.1