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>
#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;