diff --git a/srcpkgs/systemd/patches/use_adm_group_in_journal.patch b/srcpkgs/systemd/patches/use_adm_group_in_journal.patch index 85fdc700c17..007cfdb3c89 100644 --- a/srcpkgs/systemd/patches/use_adm_group_in_journal.patch +++ b/srcpkgs/systemd/patches/use_adm_group_in_journal.patch @@ -25,3 +25,14 @@ I prefer to use the "adm" group for now. return -EACCES; } #endif +--- src/journal/journald-server.c.orig 2013-03-08 14:42:35.535110912 +0100 ++++ src/journal/journald-server.c 2013-03-08 14:42:43.846230680 +0100 +@@ -174,7 +174,7 @@ static uint64_t available_space(Server * + } + + static void server_read_file_gid(Server *s) { +- const char *g = "systemd-journal"; ++ const char *g = "adm"; + int r; + + assert(s); diff --git a/srcpkgs/systemd/template b/srcpkgs/systemd/template index d9389515cc4..449d46942c6 100644 --- a/srcpkgs/systemd/template +++ b/srcpkgs/systemd/template @@ -1,7 +1,7 @@ # Template file for 'systemd' pkgname=systemd version=198 -revision=3 +revision=4 build_style=gnu-configure configure_args="--libexecdir=/usr/lib --disable-selinux --disable-tcpwrap --with-rootprefix=/usr