mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
doc: Add comments on the legacy status of gpgconf.conf.
--
This commit is contained in:
parent
b7e1afe9a4
commit
1cf0c407bf
@ -5,6 +5,10 @@
|
|||||||
# defaults in gpgconf and to enforce certain values for the various
|
# defaults in gpgconf and to enforce certain values for the various
|
||||||
# GnuPG related configuration files.
|
# GnuPG related configuration files.
|
||||||
#
|
#
|
||||||
|
# NOTE: This is a legacy mechanism. The modern way is to use global
|
||||||
|
# configuration files like /etc/gnupg/gpg.conf which are more
|
||||||
|
# flexible and better integrated into the configuration system.
|
||||||
|
#
|
||||||
# Empty lines and comment lines, indicated by a hash mark as first non
|
# Empty lines and comment lines, indicated by a hash mark as first non
|
||||||
# white space character, are ignored. The line is separated by white
|
# white space character, are ignored. The line is separated by white
|
||||||
# space into fields. The first field is used to match the user or
|
# space into fields. The first field is used to match the user or
|
||||||
@ -56,7 +60,3 @@
|
|||||||
# "enable-ocsp" is put into the config file of gpgsm. The latter may
|
# "enable-ocsp" is put into the config file of gpgsm. The latter may
|
||||||
# be changed by any user.
|
# be changed by any user.
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -317,6 +317,8 @@ shall go into the respective configuration file.
|
|||||||
@item --apply-defaults
|
@item --apply-defaults
|
||||||
Update all configuration files with values taken from the global
|
Update all configuration files with values taken from the global
|
||||||
configuration file (usually @file{/etc/gnupg/gpgconf.conf}).
|
configuration file (usually @file{/etc/gnupg/gpgconf.conf}).
|
||||||
|
Note: This is a legacy mechanism. Please use global configuration
|
||||||
|
files instead.
|
||||||
|
|
||||||
@item --list-dirs [@var{names}]
|
@item --list-dirs [@var{names}]
|
||||||
@itemx -L
|
@itemx -L
|
||||||
@ -977,8 +979,12 @@ effect.
|
|||||||
@node Listing global options
|
@node Listing global options
|
||||||
@subsection Listing global options
|
@subsection Listing global options
|
||||||
|
|
||||||
Sometimes it is useful for applications to look at the global options
|
Some legacy applications look at the global configuration file for the
|
||||||
file @file{gpgconf.conf}.
|
gpgconf tool itself; this is the file @file{gpgconf.conf}. Modern
|
||||||
|
applications should not use it but use per component global
|
||||||
|
configuration files which are more flexible than the
|
||||||
|
@file{gpgconf.conf}. Using both files is not suggested.
|
||||||
|
|
||||||
The colon separated listing format is record oriented and uses the first
|
The colon separated listing format is record oriented and uses the first
|
||||||
field to identify the record type:
|
field to identify the record type:
|
||||||
|
|
||||||
@ -1119,8 +1125,10 @@ More fields may be added in future to the output.
|
|||||||
@item /etc/gnupg/gpgconf.conf
|
@item /etc/gnupg/gpgconf.conf
|
||||||
@cindex gpgconf.conf
|
@cindex gpgconf.conf
|
||||||
If this file exists, it is processed as a global configuration file.
|
If this file exists, it is processed as a global configuration file.
|
||||||
A commented example can be found in the @file{examples} directory of
|
This is a legacy mechanism which should not be used tigether with
|
||||||
the distribution.
|
the modern global per component configuration files. A commented
|
||||||
|
example can be found in the @file{examples} directory of the
|
||||||
|
distribution.
|
||||||
|
|
||||||
@item @var{GNUPGHOME}/swdb.lst
|
@item @var{GNUPGHOME}/swdb.lst
|
||||||
@cindex swdb.lst
|
@cindex swdb.lst
|
||||||
@ -1159,6 +1167,9 @@ More fields may be added in future to the output.
|
|||||||
@end ifset
|
@end ifset
|
||||||
|
|
||||||
@mansect description
|
@mansect description
|
||||||
|
This is a legacy script. Modern application should use the per
|
||||||
|
component global configuration files under @file{/etc/gnupg/}.
|
||||||
|
|
||||||
This script is a wrapper around @command{gpgconf} to run it with the
|
This script is a wrapper around @command{gpgconf} to run it with the
|
||||||
command @code{--apply-defaults} for all real users with an existing
|
command @code{--apply-defaults} for all real users with an existing
|
||||||
GnuPG home directory. Admins might want to use this script to update he
|
GnuPG home directory. Admins might want to use this script to update he
|
||||||
|
Loading…
x
Reference in New Issue
Block a user