mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
Extend --list-dirs to print the bindir.
This commit is contained in:
parent
8381a43ca7
commit
0c21ded87b
@ -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
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user