Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] skeleton: add "operator" group
@ 2015-10-28 16:09 Jérôme Pouiller
  2015-10-28 22:35 ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Jérôme Pouiller @ 2015-10-28 16:09 UTC (permalink / raw)
  To: buildroot

gid 37 was referenced in /etc/passwd but not in /etc/group

Signed-off-by: J?r?me Pouiller <jezz@sysmic.org>
---
 system/skeleton/etc/group | 1 +
 1 file changed, 1 insertion(+)

diff --git a/system/skeleton/etc/group b/system/skeleton/etc/group
index ba20e90..c813da2 100644
--- a/system/skeleton/etc/group
+++ b/system/skeleton/etc/group
@@ -16,6 +16,7 @@ video:x:28:
 audio:x:29:
 tape:x:32:
 www-data:x:33:
+operator:x:37:
 utmp:x:43:
 plugdev:x:46:
 staff:x:50:
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-10-29 10:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-28 16:09 [Buildroot] [PATCH] skeleton: add "operator" group Jérôme Pouiller
2015-10-28 22:35 ` Peter Korsgaard
2015-10-29 10:08   ` Jérôme Pouiller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox