summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1999-03-30 01:45:49 +0000
committerTed Lemon <source@isc.org>1999-03-30 01:45:49 +0000
commit61937a00efff8b339d671f10842c0d8fefc7a2e9 (patch)
tree40744f2b24bb00ad244d7c1f01d6391e99d009bc
parentb02ecb4ad77c690a656ae39f2f25cc84e2d001c1 (diff)
downloadisc-dhcp-61937a00efff8b339d671f10842c0d8fefc7a2e9.tar.gz
Update version.V2-BETA-1-PATCH-21
-rw-r--r--README6
-rw-r--r--client/dhclient.c4
-rw-r--r--relay/dhcrelay.c4
-rw-r--r--server/dhcpd.c4
4 files changed, 9 insertions, 9 deletions
diff --git a/README b/README
index 4c0a0cbf..ccbe83dd 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Internet Software Consortium
Dynamic Host Configuration Protocol Distribution
- Version 2, Beta 1, Patchlevel 20
+ Version 2, Beta 1, Patchlevel 21
March 29, 1998
Documentation for this software includes this README file, the
@@ -88,9 +88,9 @@ information. On Digital Unix, type ``man pfilt''.
To build the DHCP Distribution, unpack the compressed tar file using
the tar utility and the gzip command - type something like:
- zcat dhcp-2.0b1pl20.tar.gz |tar xvf -
+ zcat dhcp-2.0b1pl21.tar.gz |tar xvf -
-Now, cd to the dhcp-2.0b1pl20 subdirectory that you've just created and
+Now, cd to the dhcp-2.0b1pl21 subdirectory that you've just created and
configure the source tree by typing:
./configure
diff --git a/client/dhclient.c b/client/dhclient.c
index 7e8f8ebd..30258f82 100644
--- a/client/dhclient.c
+++ b/client/dhclient.c
@@ -56,7 +56,7 @@
#ifndef lint
static char ocopyright[] =
-"$Id: dhclient.c,v 1.44.2.30 1999/03/30 00:26:11 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
+"$Id: dhclient.c,v 1.44.2.31 1999/03/30 01:45:47 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -92,7 +92,7 @@ int save_scripts;
static char copyright[] =
"Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.";
static char arr [] = "All rights reserved.";
-static char message [] = "Internet Software Consortium DHCP Client V2.0b1pl20";
+static char message [] = "Internet Software Consortium DHCP Client V2.0b1pl21";
static char contrib [] = "Please contribute if you find this software useful.";
static char url [] = "For info, please visit http://www.isc.org/dhcp-contrib.html";
diff --git a/relay/dhcrelay.c b/relay/dhcrelay.c
index 0622e7c7..c052cfdc 100644
--- a/relay/dhcrelay.c
+++ b/relay/dhcrelay.c
@@ -42,7 +42,7 @@
#ifndef lint
static char ocopyright [] =
-"$Id: dhcrelay.c,v 1.9.2.23 1999/03/29 22:25:16 mellon Exp $ Copyright (c) 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
+"$Id: dhcrelay.c,v 1.9.2.24 1999/03/30 01:45:49 mellon Exp $ Copyright (c) 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -76,7 +76,7 @@ struct server_list {
static char copyright [] =
"Copyright 1997, 1998, 1999 The Internet Software Consortium.";
static char arr [] = "All rights reserved.";
-static char message [] = "Internet Software Consortium DHCP Relay Agent V2.0b1pl20";
+static char message [] = "Internet Software Consortium DHCP Relay Agent V2.0b1pl21";
static char contrib [] = "Please contribute if you find this software useful.";
static char url [] = "For info, please visit http://www.isc.org/dhcp-contrib.html";
diff --git a/server/dhcpd.c b/server/dhcpd.c
index fe35d2de..73e8285d 100644
--- a/server/dhcpd.c
+++ b/server/dhcpd.c
@@ -42,13 +42,13 @@
#ifndef lint
static char ocopyright[] =
-"$Id: dhcpd.c,v 1.45.2.21 1999/03/29 23:13:15 mellon Exp $ Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.";
+"$Id: dhcpd.c,v 1.45.2.22 1999/03/30 01:45:49 mellon Exp $ Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.";
#endif
static char copyright[] =
"Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.";
static char arr [] = "All rights reserved.";
-static char message [] = "Internet Software Consortium DHCP Server V2.0b1pl20";
+static char message [] = "Internet Software Consortium DHCP Server V2.0b1pl21";
static char contrib [] = "Please contribute if you find this software useful.";
static char url [] = "For info, please visit http://www.isc.org/dhcp-contrib.html";