diff options
author | Werner Koch <wk@gnupg.org> | 2014-05-07 18:18:27 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2014-05-08 10:28:23 +0200 |
commit | cb2aeb4e1157fc0d7dc25d94115973422dc1a800 (patch) | |
tree | b99b8a21626090ef1b8647fce922c282d3f3528f /tools/gpgtar.c | |
parent | agent: Fix auth key comment handling. (diff) | |
download | gnupg2-cb2aeb4e1157fc0d7dc25d94115973422dc1a800.tar.xz gnupg2-cb2aeb4e1157fc0d7dc25d94115973422dc1a800.zip |
Make more use of *_NAME macros.
* configure.ac (GPG_DISP_NAME, GPGSM_DISP_NAME): New.
(GPG_AGENT_DISP_NAME, SCDAEMON_DISP_NAME): New.
(DIRMNGR_DISP_NAME, G13_DISP_NAME): New.
(GPGCONF_DISP_NAME): New.
(SCDAEMON_SOCK_NAME): New.
* common/argparse.c (show_help): Map description string.
Diffstat (limited to 'tools/gpgtar.c')
-rw-r--r-- | tools/gpgtar.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gpgtar.c b/tools/gpgtar.c index e48498616..e9a25fb5c 100644 --- a/tools/gpgtar.c +++ b/tools/gpgtar.c @@ -172,9 +172,9 @@ main (int argc, char **argv) assert (sizeof (struct ustar_raw_header) == 512); - gnupg_reopen_std ("gpgtar"); + gnupg_reopen_std (GPGTAR_NAME); set_strusage (my_strusage); - log_set_prefix ("gpgtar", 1); + log_set_prefix (GPGTAR_NAME, 1); /* Make sure that our subsystems are ready. */ i18n_init(); |