Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/
Date: Sun, 29 May 2016 13:34:55
Message-Id: 1464528884.bcc3e484a948a547d1e99d7f3397bc433b67319b.floppym@gentoo
1 commit: bcc3e484a948a547d1e99d7f3397bc433b67319b
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 29 13:33:44 2016 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sun May 29 13:34:44 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcc3e484
7
8 sys-apps/systemd: Disable KillUserProcesses by default
9
10 This should prevent an influx of complaints from tmux
11 and screen users.
12
13 Package-Manager: portage-2.3.0_rc1_p14
14
15 sys-apps/systemd/{systemd-230.ebuild => systemd-230-r1.ebuild} | 3 +++
16 sys-apps/systemd/systemd-9999.ebuild | 3 +++
17 2 files changed, 6 insertions(+)
18
19 diff --git a/sys-apps/systemd/systemd-230.ebuild b/sys-apps/systemd/systemd-230-r1.ebuild
20 similarity index 99%
21 rename from sys-apps/systemd/systemd-230.ebuild
22 rename to sys-apps/systemd/systemd-230-r1.ebuild
23 index 4a5e23e..380e43b 100644
24 --- a/sys-apps/systemd/systemd-230.ebuild
25 +++ b/sys-apps/systemd/systemd-230-r1.ebuild
26 @@ -250,6 +250,9 @@ multilib_src_configure() {
27 --with-dbussystemservicedir="${EPREFIX}/usr/share/dbus-1/system-services"
28
29 --with-ntp-servers="0.gentoo.pool.ntp.org 1.gentoo.pool.ntp.org 2.gentoo.pool.ntp.org 3.gentoo.pool.ntp.org"
30 +
31 + # Breaks screen, tmux, etc.
32 + --without-kill-user-processes
33 )
34
35 # Work around bug 463846.
36
37 diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild
38 index 35f167c..d11ade9 100644
39 --- a/sys-apps/systemd/systemd-9999.ebuild
40 +++ b/sys-apps/systemd/systemd-9999.ebuild
41 @@ -249,6 +249,9 @@ multilib_src_configure() {
42 --with-dbussystemservicedir="${EPREFIX}/usr/share/dbus-1/system-services"
43
44 --with-ntp-servers="0.gentoo.pool.ntp.org 1.gentoo.pool.ntp.org 2.gentoo.pool.ntp.org 3.gentoo.pool.ntp.org"
45 +
46 + # Breaks screen, tmux, etc.
47 + --without-kill-user-processes
48 )
49
50 # Work around bug 463846.