From 1e96e79c272d712b8d6e4d7386858f19472b8d45 Mon Sep 17 00:00:00 2001 From: David Howells Date: Tue, 9 Jun 2020 01:41:32 +0000 Subject: [PATCH] Update kafs-dns help and syslog output This patch modifies the help display and syslog output of the kafs-dns binary to correctly identify the binary generating the output. Reported-by: Bill MacAllister Signed-off-by: David Howells --- src/dns_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dns_main.c b/src/dns_main.c index 0e1e62b..6d88b00 100644 --- a/src/dns_main.c +++ b/src/dns_main.c @@ -51,7 +51,7 @@ #include "dns_afsdb.h" static const char *DNS_PARSE_VERSION = "2.0"; -static const char prog[] = "dns_afsdb"; +static const char prog[] = "kafs-dns"; static const char key_type[] = "dns_resolver"; static const char afsdb_query_type[] = "afsdb:"; static key_serial_t key; -- 2.49.0