From 9c10eb6625afacb997e716d7168dafaecff9aab7 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Mon, 26 May 2008 13:43:20 +0000 Subject: doc/ 2008-05-26 Marcus Brinkmann * tools.texi (Invoking gpgconf): Document --list-dirs. tools/ 2008-05-26 Marcus Brinkmann * gpgconf.c (enum cmd_and_opt_values): Add aListDirs. (opts): Add aListDirs option. (main): Handle aListDirs. * gpgconf.h (gc_percent_escape): New declaration. * gpgconf-comp.c (my_percent_escape): Make non-static and rename to ... (gc_percent_escape): ... this. Change all callers. --- doc/ChangeLog | 4 ++++ doc/tools.texi | 7 +++++++ 2 files changed, 11 insertions(+) (limited to 'doc') diff --git a/doc/ChangeLog b/doc/ChangeLog index cd2f616cc..ad645b5d2 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2008-05-26 Marcus Brinkmann + + * tools.texi (Invoking gpgconf): Document --list-dirs. + 2008-05-20 Marcus Brinkmann * tools.texi (Invoking gpgconf): Add --dry-run and --check-options. diff --git a/doc/tools.texi b/doc/tools.texi index 888012e0c..cbcde6a56 100644 --- a/doc/tools.texi +++ b/doc/tools.texi @@ -237,6 +237,13 @@ Check the options for the component @var{component}. Update all configuration files with values taken from the global configuration file (usually @file{/etc/gnupg/gpgconf.conf}). +@item --list-dirs +Lists the directories used by @command{gpgconf}. One directory is +listed per line, and each line consists of a colon-separated list +where the first field names the directory type (for example +@code{sysconfdir}) and the second field contains the percent-escaped +directory. + @item --list-config [@var{filename}] List the global configuration file in a colon separated format. If @var{filename} is given, check that file instead. -- cgit v1.2.3