From cb2aeb4e1157fc0d7dc25d94115973422dc1a800 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 7 May 2014 18:18:27 +0200 Subject: 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. --- tools/gpgtar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/gpgtar.c') 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(); -- cgit v1.2.3