summaryrefslogtreecommitdiffstats
path: root/build-aux
diff options
context:
space:
mode:
authorAndre Heinecke <aheinecke@gnupg.org>2023-06-07 14:43:41 +0200
committerWerner Koch <wk@gnupg.org>2023-06-09 16:29:11 +0200
commit64509134d47a13c87481e39895cd58ea77eec61a (patch)
treef6ed952d8a936cd1fae197482080f4744cc1fc02 /build-aux
parentw32: Map ERROR_FILE_INVALID to EIO. (diff)
downloadgnupg2-64509134d47a13c87481e39895cd58ea77eec61a.tar.xz
gnupg2-64509134d47a13c87481e39895cd58ea77eec61a.zip
speedo,w32: Call gpgconf --kill all
* build-aux/speedo/w32/inst.nsi: Use kill all instead of explicitly killing processes.
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/speedo/w32/inst.nsi4
1 files changed, 1 insertions, 3 deletions
diff --git a/build-aux/speedo/w32/inst.nsi b/build-aux/speedo/w32/inst.nsi
index 283166835..6c4b84969 100644
--- a/build-aux/speedo/w32/inst.nsi
+++ b/build-aux/speedo/w32/inst.nsi
@@ -1067,9 +1067,7 @@ Section "-un.gnupglast"
nsExec::ExecToLog '"$INSTDIR\bin\launch-gpa" "--stop-server"'
no_uiserver:
ifFileExists "$INSTDIR\bin\gpgconf.exe" 0 no_gpgconf
- nsExec::ExecToLog '"$INSTDIR\bin\gpgconf" "--kill" "gpg-agent"'
- nsExec::ExecToLog '"$INSTDIR\bin\gpgconf" "--kill" "dirmngr"'
- nsExec::ExecToLog '"$INSTDIR\bin\gpgconf" "--kill" "keyboxd"'
+ nsExec::ExecToLog '"$INSTDIR\bin\gpgconf" "--kill" "all"'
no_gpgconf:
SectionEnd