summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2016-05-29 09:33:44 -0400
committerMike Gilbert <floppym@gentoo.org>2016-05-29 09:34:44 -0400
commitbcc3e484a948a547d1e99d7f3397bc433b67319b (patch)
tree843fa9c152e1bffe20df507e24e744c77afcc3e1
parentapp-emacs/markdown-mode: add 2.1 (diff)
downloadgentoo-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
-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.ebuild3
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.