Internet Software Consortium
Dynamic Host Configuration Protocol Distribution
- Version 2, Beta 1, Patchlevel 7
- December 22, 1998
+ Version 2, Beta 1, Patchlevel 8
+ December 23, 1998
This is the first Beta release of Version 2 of the Internet Software
Consortium DHCP Distribution. In version 2.0, this distribution
To build the DHCP Distribution, unpack the compressed tar file using
the tar utility and the gzip command - type something like:
- zcat dhcp-2.0b1pl7.tar.gz |tar xvf -
+ zcat dhcp-2.0b1pl8.tar.gz |tar xvf -
-Now, cd to the dhcp-2.0b1pl7 subdirectory that you've just created and
+Now, cd to the dhcp-2.0b1pl8 subdirectory that you've just created and
configure the source tree by typing:
./configure
Internet Software Consortium
Dynamic Host Configuration Protocol Distribution
- Version 2, Beta 1, Patchlevel 7
- December 22, 1998
+ Version 2, Beta 1, Patchlevel 8
+ December 23, 1998
Release Notes
#ifndef lint
static char ocopyright[] =
-"$Id: dhclient.c,v 1.44.2.6 1998/12/22 22:38:15 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
+"$Id: dhclient.c,v 1.44.2.7 1998/12/23 14:18:49 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
static char copyright[] =
"Copyright 1995, 1996, 1997, 1998 The Internet Software Consortium.";
static char arr [] = "All rights reserved.";
-static char message [] = "Internet Software Consortium DHCP Client V2.0b1pl7 ";
-static char contrib [] = "Please contribute if you find this software useful.";
-static char url [] = "For info: http://www.isc.org/dhcp-contrib.html";
+static char message [] = "Internet Software Consortium DHCP Client V2.0b1pl8";
+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 void usage PROTO ((void));
#ifndef lint
static char ocopyright [] =
-"$Id: dhcrelay.c,v 1.9.2.7 1998/12/22 22:56:32 mellon Exp $ Copyright (c) 1997 The Internet Software Consortium. All rights reserved.\n";
+"$Id: dhcrelay.c,v 1.9.2.8 1998/12/23 14:18:52 mellon Exp $ Copyright (c) 1997 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
static char copyright [] =
"Copyright 1997, 1998 The Internet Software Consortium.";
static char arr [] = "All rights reserved.";
-static char message [] = "Internet Software Consortium DHCP Relay Agent V2.0b1pl7 ";
-static char contrib [] = "Please contribute if you find this software useful.";
-static char url [] = "For info: http://www.isc.org/dhcp-contrib.html";
+static char message [] = "Internet Software Consortium DHCP Relay Agent V2.0b1pl8";
+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";
int main (argc, argv, envp)
int argc;
#ifndef lint
static char ocopyright[] =
-"$Id: dhcpd.c,v 1.45.2.6 1998/12/22 22:57:05 mellon Exp $ Copyright 1995, 1996, 1997, 1998 The Internet Software Consortium.";
+"$Id: dhcpd.c,v 1.45.2.7 1998/12/23 14:18:47 mellon Exp $ Copyright 1995, 1996, 1997, 1998 The Internet Software Consortium.";
#endif
static char copyright[] =
"Copyright 1995, 1996, 1997, 1998 The Internet Software Consortium.";
static char arr [] = "All rights reserved.";
-static char message [] = "Internet Software Consortium DHCP Server V2.0b1pl7 ";
-static char contrib [] = "Please contribute if you find this software useful.";
-static char url [] = "For info: http://www.isc.org/dhcp-contrib.html";
+static char message [] = "Internet Software Consortium DHCP Server V2.0b1pl8 ";
+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";
#include "dhcpd.h"