Extend --list-dirs to print the bindir.

This commit is contained in:
Werner Koch 2008-09-30 12:45:44 +00:00
parent 8381a43ca7
commit 0c21ded87b
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2008-09-30 Werner Koch <wk@g10code.com>
* gpgconf.c (main) <aListDirs>: Print the bindir.
2008-08-06 Marcus Brinkmann <marcus@g10code.de>
* gpgconf-comp.c (gc_options_gpgsm): Change type of keyserver

View File

@ -263,6 +263,8 @@ main (int argc, char **argv)
get_outfp (&outfp);
fprintf (outfp, "sysconfdir:%s\n",
gc_percent_escape (gnupg_sysconfdir ()));
fprintf (outfp, "bindir:%s\n",
gc_percent_escape (gnupg_bindir ()));
break;
}