commit:     44bbf089d13ca48e98b677f6e7048f84e479a96b
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 10 10:32:17 2019 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Jun 10 10:32:43 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=44bbf089

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 <kensington <AT> 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 4bafd2e61c..614b38f528 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
+# <gnupg-2.1.x
 #if [ -n "${GPG_AGENT_INFO}" ]; then
 #      kill $(echo ${GPG_AGENT_INFO} | cut -d':' -f 2) >/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

Reply via email to