mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Use the keyboxd for a fresh install
* common/homedir.c (gnupg_maybe_make_homedir): Also create a common.conf. * g10/keydb.c: Include comopt.h. (maybe_create_keyring_or_box): Detect the creation of a common.conf. * g10/gpg.c (main): Avoid adding more resources in this case. * sm/keydb.c: Include comopt.h. (maybe_create_keybox): Detect the creation of a common.conf. * common/comopt.h (comopt): Remove the conditional "extern".
This commit is contained in:
parent
db6ae6f6f8
commit
d9e7488b17
8 changed files with 110 additions and 18 deletions
|
@ -3915,7 +3915,9 @@ current home directory (@pxref{option --homedir}).
|
|||
@efindex common.conf
|
||||
This is an optional configuration file read by @command{@gpgname} on
|
||||
startup. It may contain options pertaining to all components of
|
||||
GnuPG. Its current main use is for the "use-keyboxd" option.
|
||||
GnuPG. Its current main use is for the "use-keyboxd" option. If
|
||||
the default home directory @file{~/.gnupg} does not exist, GnuPG creates
|
||||
this directory and a @file{common.conf} file with "use_keyboxd".
|
||||
|
||||
@end table
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue