diff options
author | Elias Probst <mail@eliasprobst.eu> | 2016-02-11 22:49:55 +0100 |
---|---|---|
committer | Elias Probst <mail@eliasprobst.eu> | 2016-02-11 22:49:55 +0100 |
commit | ec7702c0f629aca98801fa8f881c52422041a24f (patch) | |
tree | 01e038f57a3e5eadf1b3043304c485cd4a004093 /sys-apps/systemd | |
parent | net-libs/nodejs: Unhardcode path #574460 (diff) | |
download | gentoo-ec7702c0f629aca98801fa8f881c52422041a24f.tar.gz gentoo-ec7702c0f629aca98801fa8f881c52422041a24f.tar.bz2 gentoo-ec7702c0f629aca98801fa8f881c52422041a24f.zip |
sys-apps/systemd: Create "systemd-coredump" user/group
Package-Manager: portage-2.2.27
Diffstat (limited to 'sys-apps/systemd')
-rw-r--r-- | sys-apps/systemd/systemd-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index 1a89016af901..df82d8e5e7f1 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -429,6 +429,7 @@ pkg_postinst() { enewgroup input enewgroup systemd-journal newusergroup systemd-bus-proxy + newusergroup systemd-coredump newusergroup systemd-journal-gateway newusergroup systemd-journal-remote newusergroup systemd-journal-upload |