Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/usr.sbin/dhcp Update version numbers to avoid confusion.



details:   https://anonhg.NetBSD.org/src/rev/88e694333618
branches:  netbsd-1-4
changeset: 468492:88e694333618
user:      mellon <mellon%NetBSD.org@localhost>
date:      Mon Apr 26 16:45:52 1999 +0000

description:
Update version numbers to avoid confusion.

diffstat:

 usr.sbin/dhcp/client/dhclient.c |  4 ++--
 usr.sbin/dhcp/relay/dhcrelay.c  |  4 ++--
 usr.sbin/dhcp/server/dhcpd.c    |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (61 lines):

diff -r c64261dfbe4b -r 88e694333618 usr.sbin/dhcp/client/dhclient.c
--- a/usr.sbin/dhcp/client/dhclient.c   Mon Apr 26 16:44:16 1999 +0000
+++ b/usr.sbin/dhcp/client/dhclient.c   Mon Apr 26 16:45:52 1999 +0000
@@ -56,7 +56,7 @@
 
 #ifndef lint
 static char ocopyright[] =
-"$Id: dhclient.c,v 1.20.2.1 1999/04/09 20:06:10 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: dhclient.c,v 1.20.2.2 1999/04/26 16:45:53 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -95,7 +95,7 @@
 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.0b1pl25";
+static char message [] = "Internet Software Consortium DHCP Client V2.0b1pl25+";
 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 -r c64261dfbe4b -r 88e694333618 usr.sbin/dhcp/relay/dhcrelay.c
--- a/usr.sbin/dhcp/relay/dhcrelay.c    Mon Apr 26 16:44:16 1999 +0000
+++ b/usr.sbin/dhcp/relay/dhcrelay.c    Mon Apr 26 16:45:52 1999 +0000
@@ -42,7 +42,7 @@
 
 #ifndef lint
 static char ocopyright [] =
-"$Id: dhcrelay.c,v 1.1.1.12.2.1 1999/04/09 20:08:35 mellon Exp $ Copyright (c) 1997, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: dhcrelay.c,v 1.1.1.12.2.2 1999/04/26 16:45:53 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 @@
 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.0b1pl25";
+static char message [] = "Internet Software Consortium DHCP Relay Agent V2.0b1pl25+";
 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 -r c64261dfbe4b -r 88e694333618 usr.sbin/dhcp/server/dhcpd.c
--- a/usr.sbin/dhcp/server/dhcpd.c      Mon Apr 26 16:44:16 1999 +0000
+++ b/usr.sbin/dhcp/server/dhcpd.c      Mon Apr 26 16:45:52 1999 +0000
@@ -42,13 +42,13 @@
 
 #ifndef lint
 static char ocopyright[] =
-"$Id: dhcpd.c,v 1.11.2.1 1999/04/09 20:10:30 mellon Exp $ Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.";
+"$Id: dhcpd.c,v 1.11.2.2 1999/04/26 16:45:52 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.0b1pl25";
+static char message [] = "Internet Software Consortium DHCP Server V2.0b1pl25+";
 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";;
 



Home | Main Index | Thread Index | Old Index