From: Stefan Schantl <stefan.schantl@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] systemd: Create missing system groups
Date: Sun, 18 Oct 2015 12:40:10 +0200 [thread overview]
Message-ID: <1445164810-2234-1-git-send-email-stefan.schantl@ipfire.org> (raw)
[-- 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
next reply other threads:[~2015-10-18 10:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-18 10:40 Stefan Schantl [this message]
2015-10-18 18:01 ` Michael Tremer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1445164810-2234-1-git-send-email-stefan.schantl@ipfire.org \
--to=stefan.schantl@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox