commit:     bcc3e484a948a547d1e99d7f3397bc433b67319b
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun May 29 13:33:44 2016 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun May 29 13:34:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcc3e484

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

 sys-apps/systemd/{systemd-230.ebuild => systemd-230-r1.ebuild} | 3 +++
 sys-apps/systemd/systemd-9999.ebuild                           | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/sys-apps/systemd/systemd-230.ebuild 
b/sys-apps/systemd/systemd-230-r1.ebuild
similarity index 99%
rename from sys-apps/systemd/systemd-230.ebuild
rename to sys-apps/systemd/systemd-230-r1.ebuild
index 4a5e23e..380e43b 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 35f167c..d11ade9 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.

Reply via email to