]> git.infradead.org Git - users/dhowells/kafs-client.git/commitdiff
Update kafs-dns help and syslog output
authorDavid Howells <dhowells@redhat.com>
Tue, 9 Jun 2020 01:41:32 +0000 (01:41 +0000)
committerDavid Howells <dhowells@redhat.com>
Thu, 18 Jun 2020 15:15:40 +0000 (16:15 +0100)
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 <bill@ca-zephyr.org>
Signed-off-by: David Howells <dhowells@redhat.com>
src/dns_main.c

index 0e1e62b5f2c1fb826b2a2ac839d3c947301e01a1..6d88b00db45f4628ffb5c9741f8065aedfa11aba 100644 (file)
@@ -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;