diff options
author | Werner Koch <[email protected]> | 2004-12-20 16:17:25 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-12-20 16:17:25 +0000 |
commit | 581f5ddb1724f469dc7f934f5093179dfb1e05a9 (patch) | |
tree | d239f17e59f705f1b85c5cb5c2b9e1595e512e5f /doc/scdaemon.texi | |
parent | (do_pth_event_free): The events are hold in a ring (diff) | |
download | gnupg-581f5ddb1724f469dc7f934f5093179dfb1e05a9.tar.gz gnupg-581f5ddb1724f469dc7f934f5093179dfb1e05a9.zip |
* configure.ac: Add PATHSEP_C and PATHSEP_S. For W32 let all
directories default to c:/gnupg. Require libassuan 0.6.9.
* gpg-agent.c (main) [W32]: Now that Mutexes work we can remove
the pth_init kludge.
(main): Add new options --[no-]use-standard-socket.
(check_for_running_agent): Check whether it is running on the
standard socket.
* sysutils.h [W32]: Define sleep.
* util.h: Add prototype for mkdtemp.
* call-agent.c (start_agent): Before starting a pipe server start
to connect to a server on the standard socket. Use PATHSEP
* call-dirmngr.c (start_dirmngr): Use PATHSEP.
* import.c: Include unistd.h for dup and close.
Diffstat (limited to 'doc/scdaemon.texi')
-rw-r--r-- | doc/scdaemon.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/scdaemon.texi b/doc/scdaemon.texi index 872000175..5265ed21e 100644 --- a/doc/scdaemon.texi +++ b/doc/scdaemon.texi @@ -81,6 +81,15 @@ per-user configuration file. The default configuration file is named @file{scdaemon.conf} and expected in the @file{.gnupg} directory directly below the home directory of the user. +@item --homedir @var{dir} +@opindex homedir +Set the name of the home directory to @var{dir}. If his option is not +used, the home directory defaults to @file{~/.gnupg}. It is only +recognized when given on the command line. It also overrides any home +directory stated through the environment variable @var{GNUPGHOME} or +(on W32 systems) by means on the Registry entry +@var{HKCU\Software\GNU\GnuPG:HomeDir}. + @item -v @item --verbose @opindex v |