From 0ef50340ef68b2541d9a1aafa71f5400aef4dc7e Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 25 Jul 2017 12:52:33 +0200 Subject: w32: Also change the directory on daemon startup. * agent/gpg-agent.c (main): Always to the chdir. * dirmngr/dirmngr.c (main): Ditto. * scd/scdaemon.c (main): Ditto. -- Note that only dirmngr did not call the chdir with --no-detach. thus we kept it this way. Tested gpg-agent by checking the properties shown by procexp. Gnupg-bug-id: 2670 Signed-off-by: Werner Koch --- dirmngr/dirmngr.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'dirmngr/dirmngr.c') diff --git a/dirmngr/dirmngr.c b/dirmngr/dirmngr.c index 436c8080b..5f3a4cd18 100644 --- a/dirmngr/dirmngr.c +++ b/dirmngr/dirmngr.c @@ -1351,15 +1351,18 @@ main (int argc, char **argv) log_set_prefix (NULL, oldflags | GPGRT_LOG_RUN_DETACHED); opt.running_detached = 1; + } +#endif + + if (!nodetach ) + { if (gnupg_chdir (gnupg_daemon_rootdir ())) { log_error ("chdir to '%s' failed: %s\n", gnupg_daemon_rootdir (), strerror (errno)); dirmngr_exit (1); } - } -#endif thread_init (); cert_cache_init (hkp_cacert_filenames); -- cgit v1.2.3