From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E8D7C138334 for ; Mon, 10 Jun 2019 10:37:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F07B4E085E; Mon, 10 Jun 2019 10:37:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 72F9AE085E for ; Mon, 10 Jun 2019 10:37:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F36A7345B67 for ; Mon, 10 Jun 2019 10:37:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A1F957B for ; Mon, 10 Jun 2019 10:37:13 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1560163019.0ffb444a11ec18415ef85855f703f0e1fa25f540.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plasma-workspace/files/10-agent-shutdown.sh X-VCS-Directories: kde-plasma/plasma-workspace/files/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 0ffb444a11ec18415ef85855f703f0e1fa25f540 X-VCS-Branch: master Date: Mon, 10 Jun 2019 10:37:13 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2fd23023-bf74-4060-aa70-9f968ece8732 X-Archives-Hash: 7e848b79ade7cf370007dfb5256daaa5 commit: 0ffb444a11ec18415ef85855f703f0e1fa25f540 Author: Michael Palimaka gentoo org> AuthorDate: Mon Jun 10 10:35:37 2019 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Jun 10 10:36:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ffb444a kde-plasma/plasma-workspace: be clearer when referring to gnupg versions Package-Manager: Portage-2.3.66, Repoman-2.3.14 Signed-off-by: Michael Palimaka gentoo.org> kde-plasma/plasma-workspace/files/10-agent-shutdown.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-plasma/plasma-workspace/files/10-agent-shutdown.sh b/kde-plasma/plasma-workspace/files/10-agent-shutdown.sh index 4bafd2e61cf..614b38f5288 100644 --- a/kde-plasma/plasma-workspace/files/10-agent-shutdown.sh +++ b/kde-plasma/plasma-workspace/files/10-agent-shutdown.sh @@ -4,12 +4,12 @@ # Uncomment the following lines to kill the agents # that were started at session startup. -# gnupg 2.0.x +# /dev/null 2>&1 #fi -# gnupg 2.1.x +# >=gnupg-2.1.x #gpgconf --kill gpg-agent >/dev/null 2>&1 #if [ -n "${SSH_AGENT_PID}" ]; then