From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 39F2E13829B for ; Sun, 29 May 2016 13:34:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E01B14358; Sun, 29 May 2016 13:34:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 153BB14358 for ; Sun, 29 May 2016 13:34:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DA2D5340B53 for ; Sun, 29 May 2016 13:34:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3102A983 for ; Sun, 29 May 2016 13:34:48 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1464528884.bcc3e484a948a547d1e99d7f3397bc433b67319b.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/systemd/systemd-230-r1.ebuild sys-apps/systemd/systemd-230.ebuild sys-apps/systemd/systemd-9999.ebuild X-VCS-Directories: sys-apps/systemd/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: bcc3e484a948a547d1e99d7f3397bc433b67319b X-VCS-Branch: master Date: Sun, 29 May 2016 13:34:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a3f516f3-0b41-45b4-9e45-0c1c602072d1 X-Archives-Hash: bb8a2defe0a1a3574eed9177765d88e4 commit: bcc3e484a948a547d1e99d7f3397bc433b67319b Author: Mike Gilbert gentoo org> AuthorDate: Sun May 29 13:33:44 2016 +0000 Commit: Mike Gilbert gentoo 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.