[Buildroot] [PATCH] system/skeleton: fix /etc/group

Bartosz Golaszewski bgolaszewski at baylibre.com
Tue Apr 21 12:22:25 UTC 2015


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 <bgolaszewski at baylibre.com>
---
 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:
-- 
2.1.4



More information about the buildroot mailing list