summaryrefslogtreecommitdiff
path: root/relay
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2000-07-27 09:03:08 +0000
committerTed Lemon <source@isc.org>2000-07-27 09:03:08 +0000
commit6ceb9118e9b730eb4aebf3bfe9e5bb2c3daa091e (patch)
tree71a9b3f5b41acb52efb92836608b44ee2a963588 /relay
parenta8c190df765a1f47009dc384eec2534606722e9f (diff)
downloadisc-dhcp-6ceb9118e9b730eb4aebf3bfe9e5bb2c3daa091e.tar.gz
Reference count binding scopes. Align IP headers on output.
Diffstat (limited to 'relay')
-rw-r--r--relay/dhcrelay.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/relay/dhcrelay.c b/relay/dhcrelay.c
index 05f6b4b8..95d2d471 100644
--- a/relay/dhcrelay.c
+++ b/relay/dhcrelay.c
@@ -43,7 +43,7 @@
#ifndef lint
static char ocopyright[] =
-"$Id: dhcrelay.c,v 1.42 2000/07/17 20:56:14 mellon Exp $ Copyright (c) 1997-2000 Internet Software Consortium. All rights reserved.\n";
+"$Id: dhcrelay.c,v 1.43 2000/07/27 09:02:59 mellon Exp $ Copyright (c) 1997-2000 Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -111,8 +111,7 @@ static char copyright [] =
"Copyright 1997, 1998, 1999 Internet Software Consortium.";
static char arr [] = "All rights reserved.";
static char message [] = "Internet Software Consortium DHCP Relay Agent";
-static char contrib [] = "\nPlease contribute if you find this software useful.";
-static char url [] = "For info, please visit http://www.isc.org/dhcp-contrib.html\n";
+static char url [] = "For info, please visit http://www.isc.org/dhcp-contrib.html";
int main (argc, argv, envp)
int argc;
@@ -223,7 +222,6 @@ int main (argc, argv, envp)
log_info ("%s %s", message, DHCP_VERSION);
log_info (copyright);
log_info (arr);
- log_info (contrib);
log_info (url);
} else {
quiet = 0;