diff options
author | Ted Lemon <source@isc.org> | 1999-03-29 23:00:02 +0000 |
---|---|---|
committer | Ted Lemon <source@isc.org> | 1999-03-29 23:00:02 +0000 |
commit | 196be7203b16783b47834b71a60a485604bb205d (patch) | |
tree | bcb6f1e7ca23aa0c17bccadfb8437d7afc17f8ca | |
parent | 5531823f62256fc4184e108b4e0bc354375e169c (diff) | |
download | isc-dhcp-3-ALPHA-19990329A.tar.gz |
Update version.V3-ALPHA-19990329A
-rw-r--r-- | README | 6 | ||||
-rw-r--r-- | client/dhclient.c | 4 | ||||
-rw-r--r-- | relay/dhcrelay.c | 4 | ||||
-rw-r--r-- | server/dhcpd.c | 4 |
4 files changed, 9 insertions, 9 deletions
@@ -1,7 +1,7 @@ Internet Software Consortium Dynamic Host Configuration Protocol Distribution Version 3, Alpha Snapshot - March 29, 1998 + March 29, 1998 (a) This is an alpha test snapshot of Version 3 of the Internet Software Consortium DHCP Distribution. In version 3, this distribution @@ -91,9 +91,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-3.0-alpha-19990329.tar.gz |tar xvf - + zcat dhcp-3.0-alpha-19990329a.tar.gz |tar xvf - -Now, cd to the dhcp-3.0-alpha-19990329 subdirectory that you've just +Now, cd to the dhcp-3.0-alpha-19990329a 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 b44c6b12..e697c6f3 100644 --- a/client/dhclient.c +++ b/client/dhclient.c @@ -22,7 +22,7 @@ #ifndef lint static char ocopyright[] = -"$Id: dhclient.c,v 1.67 1999/03/29 19:04:35 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; +"$Id: dhclient.c,v 1.68 1999/03/29 23:00:01 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -54,7 +54,7 @@ struct sockaddr_in sockaddr_broadcast; 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 V3.0-alpha-990329"; +static char message [] = "Internet Software Consortium DHCP Client V3.0-alpha-990329a"; 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"; diff --git a/relay/dhcrelay.c b/relay/dhcrelay.c index f60e2939..b8022b91 100644 --- a/relay/dhcrelay.c +++ b/relay/dhcrelay.c @@ -22,7 +22,7 @@ #ifndef lint static char ocopyright[] = -"$Id: dhcrelay.c,v 1.25 1999/03/29 19:04:36 mellon Exp $ Copyright (c) 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; +"$Id: dhcrelay.c,v 1.26 1999/03/29 23:00:02 mellon Exp $ Copyright (c) 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -91,7 +91,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 V3.0-alpha 19990329"; +static char message [] = "Internet Software Consortium DHCP Relay Agent V3.0-alpha 19990329a"; 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"; diff --git a/server/dhcpd.c b/server/dhcpd.c index 9888d1a2..e7b5b48c 100644 --- a/server/dhcpd.c +++ b/server/dhcpd.c @@ -22,13 +22,13 @@ #ifndef lint static char ocopyright[] = -"$Id: dhcpd.c,v 1.62 1999/03/29 19:04:35 mellon Exp $ Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium."; +"$Id: dhcpd.c,v 1.63 1999/03/29 23:00:01 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 V3.0-alpha 980329"; +static char message [] = "Internet Software Consortium DHCP Server V3.0-alpha 980329a"; 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"; |