From: David Howells Date: Tue, 9 Jun 2020 01:41:32 +0000 (+0000) Subject: Update kafs-dns help and syslog output X-Git-Tag: v0.5~3 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=1e96e79c272d712b8d6e4d7386858f19472b8d45;p=users%2Fdhowells%2Fkafs-client.git 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 --- 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;