summaryrefslogtreecommitdiff
path: root/relay/dhcrelay.c
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2000-09-01 23:06:37 +0000
committerTed Lemon <source@isc.org>2000-09-01 23:06:37 +0000
commitaddb00afe9f44a69fecd4cac3dce4f2b1d8b5816 (patch)
treed3d80aad874b90a6a01b2b856de81eef6cec1ddd /relay/dhcrelay.c
parentf1b8950a8686dfeae9d3794efcb1704d38d3e828 (diff)
downloadisc-dhcp-addb00afe9f44a69fecd4cac3dce4f2b1d8b5816.tar.gz
Adjust the URL to which people are referred.
Diffstat (limited to 'relay/dhcrelay.c')
-rw-r--r--relay/dhcrelay.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/relay/dhcrelay.c b/relay/dhcrelay.c
index 95d2d471..ae2ef4c0 100644
--- a/relay/dhcrelay.c
+++ b/relay/dhcrelay.c
@@ -43,7 +43,7 @@
#ifndef lint
static char ocopyright[] =
-"$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";
+"$Id: dhcrelay.c,v 1.44 2000/09/01 23:06:37 mellon Exp $ Copyright (c) 1997-2000 Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -107,11 +107,10 @@ struct server_list {
struct sockaddr_in to;
} *servers;
-static char copyright [] =
-"Copyright 1997, 1998, 1999 Internet Software Consortium.";
+static char copyright [] = "Copyright 1997-2000 Internet Software Consortium.";
static char arr [] = "All rights reserved.";
static char message [] = "Internet Software Consortium DHCP Relay Agent";
-static char url [] = "For info, please visit http://www.isc.org/dhcp-contrib.html";
+static char url [] = "For info, please visit http://www.isc.org/products/DHCP";
int main (argc, argv, envp)
int argc;