mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-09 21:28:51 +01:00
60677e65fb
* doc/examples/common.conf: fix home dir path
--
Fix a few typos in user-specific path of common.conf added in d13c5bc24
(gpg,gpgsm: Move use-keyboxd to the new conf file common.conf,
2021-04-19). The file is in the GnuPG home dir. Replace 'use if' with
'use of' as well.
Signed-off-by: Todd Zullinger <tmz@pobox.com>
23 lines
881 B
Plaintext
23 lines
881 B
Plaintext
# common.conf - common defaults for all components.
|
|
#
|
|
# This file may provide defaults as well as options which needs to be
|
|
# synchronized between components. As usual this file is read from
|
|
# the system wide config directory (e.g. /etc/gnupg/common.conf) as
|
|
# well as from the home directory (e.g. ~/.gnupg/common.conf).
|
|
|
|
|
|
# Uncomment to enable the use of the keybox daemon (keyboxd) by gpg
|
|
# and gpgsm.
|
|
#use-keyboxd
|
|
|
|
# For testing it is sometimes useful to use a different binary
|
|
# of keybox. This option can be used to specify this.
|
|
#keyboxd-program /foo/bar/keyboxd
|
|
|
|
# For the daemons (gpg-agent, scdaemon, dirmngr, keyboxd) it is often
|
|
# useful to define a shared logging destination. This is either the
|
|
# standard logging socket (socket://) or a tcp server (tcp://ip:port).
|
|
# If a file name is given the name of the component is internally
|
|
# appended.
|
|
#log-file socket://
|