From patchwork Fri Apr 20 10:08:55 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Dawson X-Patchwork-Id: 153999 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id AF505B702D for ; Fri, 20 Apr 2012 20:11:06 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id CC5BF102058; Fri, 20 Apr 2012 10:11:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id g4C6MwYxpyCY; Fri, 20 Apr 2012 10:11:03 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 0A04C102041; Fri, 20 Apr 2012 10:11:03 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 259D28F753 for ; Fri, 20 Apr 2012 10:11:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 17A8E8D827 for ; Fri, 20 Apr 2012 10:11:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TRt9BBNeU7AY for ; Fri, 20 Apr 2012 10:11:01 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-bk0-f43.google.com (mail-bk0-f43.google.com [209.85.214.43]) by whitealder.osuosl.org (Postfix) with ESMTPS id 84D9C8D718 for ; Fri, 20 Apr 2012 10:11:00 +0000 (UTC) Received: by bkwj5 with SMTP id j5so15681577bkw.16 for ; Fri, 20 Apr 2012 03:10:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:x-mailer; bh=h5L3SXUVMvmdFhEfxxu1MMSalXjjf66GWGfzhGLHNk0=; b=O47QI8BLqRwdRrV+T+QpJYoeotB3e42bYuXpKBWfsNTNHa4w9L102ciovm/iPeNset 1caPcjk021MW3LekyZBWQk0kK4A6AMyOu2KwglM0mSKbMRtT1GoNn/9Js7taw5WNYBLl F5tXfN2enzfk67FZXTxK5vRxh/l7Qd89B0+b14JIWCTxFKDOQ+ck82bDSNvfzd5fLRu/ gD1F5H04WPp0USxZIa2cHaGAzPHDb1T7WbJj+iMvaFG5oobR3/yH96sdIgZCUS1LjLU0 PVb3KA1WwpswcNBeaMYQMyuV75hS4jepBx2ciMKbbMCfJXhM/eMsIadE3A1cerlDSH9j gDbw== Received: by 10.204.154.142 with SMTP id o14mr619390bkw.128.1334916658524; Fri, 20 Apr 2012 03:10:58 -0700 (PDT) Received: from localhost.localdomain (host-78-150-200-73.as13285.net. [78.150.200.73]) by mx.google.com with ESMTPS id s16sm9035454bkt.3.2012.04.20.03.10.56 (version=SSLv3 cipher=OTHER); Fri, 20 Apr 2012 03:10:57 -0700 (PDT) From: spdawson@gmail.com To: buildroot@busybox.net Date: Fri, 20 Apr 2012 11:08:55 +0100 Message-Id: <1334916535-8866-1-git-send-email-spdawson@gmail.com> X-Mailer: git-send-email 1.7.5.4 Subject: [Buildroot] [PATCH resend] Add the www-data user group to the skeleton target filesystem X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net The www-data user is defined in fs/skeleton/etc/passwd, with gid 33. But gid 33 is not present in the group file. Signed-off-by: Simon Dawson --- fs/skeleton/etc/group | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/fs/skeleton/etc/group b/fs/skeleton/etc/group index cd4ca79..8fc486d 100644 --- a/fs/skeleton/etc/group +++ b/fs/skeleton/etc/group @@ -7,6 +7,7 @@ tty:x:5: disk:x:6: wheel:x:10:root audio:x:29: +www-data:x:33: utmp:x:43: staff:x:50: lock:x:54: