From patchwork Tue Apr 21 12:22:25 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 463097 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 7E046140216 for ; Tue, 21 Apr 2015 22:22:09 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id DDFD633F00; Tue, 21 Apr 2015 12:22:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id v5CCwOy2ujqr; Tue, 21 Apr 2015 12:22:05 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 41F5F33289; Tue, 21 Apr 2015 12:22:05 +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 A405D1C09CA for ; Tue, 21 Apr 2015 12:22:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A06AD886E3 for ; Tue, 21 Apr 2015 12:22:04 +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 5M8RdRoJIw-1 for ; Tue, 21 Apr 2015 12:22:03 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by whitealder.osuosl.org (Postfix) with ESMTPS id 5C4AC8AE7C for ; Tue, 21 Apr 2015 12:22:03 +0000 (UTC) Received: by widdi4 with SMTP id di4so19361989wid.0 for ; Tue, 21 Apr 2015 05:22:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=QNE3oz3MdjIYMd7k6wcUbV6bxBzGEf5ez8CHLbG5Jxg=; b=kBclv+V7irV1NivUtob+zW7Jip9PiFkaTs/cih9E7eW+oQvEYVDmZEfqSAIsaKpa5E +FbqpeSYs4Rw7DzU30paQXe4cMeUrZdKBpKWQBO4xuTGjBFB4mr75oo8eZM+ZYvY9cCj lnS4YpC73duyXucLhaPqAjwpDtd4S+uhMOJ++Ise2S6AL7w0H6bF37v/W/bPRpuHZV9P yKCp4aqSXBiFcD3IwRBOg/9w8hRV31s1mEmrBSxyg1MxZILtpZIJKJGVYq1otIfy7UZo 1SRatln5UtCMjXEsDtrPg247/gjuynnwynWfeBxoSSpU0HZf41gL1S5U48PS4UhzTPUl xKOA== X-Gm-Message-State: ALoCoQmnnuHVOFTSFEFUR5ebr081WuI8UOnwdlSbR7+gR09jglD9gjLq5lbjaqDPOaKhTnVsYwl5 X-Received: by 10.180.208.42 with SMTP id mb10mr5171100wic.80.1429618921970; Tue, 21 Apr 2015 05:22:01 -0700 (PDT) Received: from localhost.localdomain ([80.215.161.52]) by mx.google.com with ESMTPSA id s4sm19473886wix.14.2015.04.21.05.22.00 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 21 Apr 2015 05:22:01 -0700 (PDT) From: Bartosz Golaszewski To: Buildroot Date: Tue, 21 Apr 2015 14:22:25 +0200 Message-Id: <1429618945-21621-1-git-send-email-bgolaszewski@baylibre.com> X-Mailer: git-send-email 2.1.4 Subject: [Buildroot] [PATCH] system/skeleton: fix /etc/group X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" When using busybox compiled from current git, login emits the following message: login: /etc/group: bad record Fix it by adding the missing colon to /etc/group in system/skeleton. Signed-off-by: Bartosz Golaszewski --- system/skeleton/etc/group | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/skeleton/etc/group b/system/skeleton/etc/group index fa74ae2..c1dc11f 100644 --- a/system/skeleton/etc/group +++ b/system/skeleton/etc/group @@ -21,6 +21,6 @@ plugdev:x:46: staff:x:50: lock:x:54: netdev:x:82: -ftp:x:83 +ftp:x:83: nogroup:x:99: users:x:100: