summaryrefslogtreecommitdiff
path: root/server/dhcpd.c
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2017-11-16 14:08:53 -0500
committerThomas Markwalder <tmark@isc.org>2017-11-16 14:08:53 -0500
commitfc4f62fe471e1c2d8e13d9713e72bc732b635014 (patch)
tree9fc8f97fea2fa3dbcd6d9db28076895fb7ba8124 /server/dhcpd.c
parente39b4193964c666e36e02787681da4deb2346398 (diff)
downloadisc-dhcp-fc4f62fe471e1c2d8e13d9713e72bc732b635014.tar.gz
[master] Output copyright et al with usage in dhcrelay
Merges in rt41865.
Diffstat (limited to 'server/dhcpd.c')
-rw-r--r--server/dhcpd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/dhcpd.c b/server/dhcpd.c
index b8a37114..19c6a687 100644
--- a/server/dhcpd.c
+++ b/server/dhcpd.c
@@ -27,7 +27,7 @@
*/
static const char copyright[] =
-"Copyright 2004-2016 Internet Systems Consortium.";
+"Copyright 2004-2017 Internet Systems Consortium.";
static const char arr [] = "All rights reserved.";
static const char message [] = "Internet Systems Consortium DHCP Server";
static const char url [] =
@@ -198,6 +198,7 @@ usage(const char *sfmt, const char *sarg) {
log_info("%s %s", message, PACKAGE_VERSION);
log_info(copyright);
log_info(arr);
+ log_info(url);
/* If desired print out the specific error message */
#ifdef PRINT_SPECIFIC_CL_ERRORS