diff options
author | Mike Gilbert <floppym@gentoo.org> | 2016-05-29 09:33:44 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2016-05-29 09:34:44 -0400 |
commit | bcc3e484a948a547d1e99d7f3397bc433b67319b (patch) | |
tree | 843fa9c152e1bffe20df507e24e744c77afcc3e1 /sys-apps/systemd | |
parent | app-emacs/markdown-mode: add 2.1 (diff) | |
download | gentoo-bcc3e484a948a547d1e99d7f3397bc433b67319b.tar.gz gentoo-bcc3e484a948a547d1e99d7f3397bc433b67319b.tar.bz2 gentoo-bcc3e484a948a547d1e99d7f3397bc433b67319b.zip |
sys-apps/systemd: Disable KillUserProcesses by default
This should prevent an influx of complaints from tmux
and screen users.
Package-Manager: portage-2.3.0_rc1_p14
Diffstat (limited to 'sys-apps/systemd')
-rw-r--r-- | sys-apps/systemd/systemd-230-r1.ebuild (renamed from sys-apps/systemd/systemd-230.ebuild) | 3 | ||||
-rw-r--r-- | sys-apps/systemd/systemd-9999.ebuild | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sys-apps/systemd/systemd-230.ebuild b/sys-apps/systemd/systemd-230-r1.ebuild index 4a5e23eb67b7..380e43b82fcb 100644 --- a/sys-apps/systemd/systemd-230.ebuild +++ b/sys-apps/systemd/systemd-230-r1.ebuild @@ -250,6 +250,9 @@ multilib_src_configure() { --with-dbussystemservicedir="${EPREFIX}/usr/share/dbus-1/system-services" --with-ntp-servers="0.gentoo.pool.ntp.org 1.gentoo.pool.ntp.org 2.gentoo.pool.ntp.org 3.gentoo.pool.ntp.org" + + # Breaks screen, tmux, etc. + --without-kill-user-processes ) # Work around bug 463846. diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index 35f167cb6562..d11ade93d1a4 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -249,6 +249,9 @@ multilib_src_configure() { --with-dbussystemservicedir="${EPREFIX}/usr/share/dbus-1/system-services" --with-ntp-servers="0.gentoo.pool.ntp.org 1.gentoo.pool.ntp.org 2.gentoo.pool.ntp.org 3.gentoo.pool.ntp.org" + + # Breaks screen, tmux, etc. + --without-kill-user-processes ) # Work around bug 463846. |