From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH] systemd: Create missing system groups
Date: Sun, 18 Oct 2015 19:01:39 +0100 [thread overview]
Message-ID: <1445191299.2626.6.camel@ipfire.org> (raw)
In-Reply-To: <1445164810-2234-1-git-send-email-stefan.schantl@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 1150 bytes --]
Merged.
On Sun, 2015-10-18 at 12:40 +0200, Stefan Schantl wrote:
> 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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
prev parent reply other threads:[~2015-10-18 18:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-18 10:40 Stefan Schantl
2015-10-18 18:01 ` Michael Tremer [this message]
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=1445191299.2626.6.camel@ipfire.org \
--to=michael.tremer@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