public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] systemd: Create missing system groups
@ 2015-10-18 10:40 Stefan Schantl
  2015-10-18 18:01 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Schantl @ 2015-10-18 10:40 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1062 bytes --]

The system groups input and utmp where missing which
are required by udevd to proper work.

Fixes #10942.

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 systemd/systemd.nm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/systemd/systemd.nm b/systemd/systemd.nm
index 7346c09..0b8e604 100644
--- a/systemd/systemd.nm
+++ b/systemd/systemd.nm
@@ -5,7 +5,7 @@
 
 name       = systemd
 version    = 221
-release    = 2
+release    = 3
 
 maintainer = Stefan Schantl <stefan.schantl(a)ipfire.org>
 groups     = System/Base
@@ -164,6 +164,8 @@ create_groups
 	getent group tape >/dev/null || groupadd -g 33 tape || :
 	getent group dialout >/dev/null || groupadd -g 18 dialout || :
 	getent group floppy >/dev/null || groupadd -g 19 floppy || :
+	getent group input >/dev/null || groupadd -r input || :
+	getent group utmp >/dev/null || groupadd -r -g 22 utmp || :
 
 	# Create group for journald.
 	getent group systemd-journal >/dev/null || /usr/sbin/groupadd -r systemd-journal
-- 
2.4.3


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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-18 10:40 [PATCH] systemd: Create missing system groups Stefan Schantl
2015-10-18 18:01 ` Michael Tremer

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