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/relay Pull up 1.1.1.13 (patchlevel 25)



details:   https://anonhg.NetBSD.org/src/rev/3a176e338b74
branches:  netbsd-1-4
changeset: 468154:3a176e338b74
user:      mellon <mellon%NetBSD.org@localhost>
date:      Fri Apr 09 20:08:35 1999 +0000

description:
Pull up 1.1.1.13 (patchlevel 25)

diffstat:

 usr.sbin/dhcp/relay/dhcrelay.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 1525fe8056fa -r 3a176e338b74 usr.sbin/dhcp/relay/dhcrelay.c
--- a/usr.sbin/dhcp/relay/dhcrelay.c    Fri Apr 09 20:08:18 1999 +0000
+++ b/usr.sbin/dhcp/relay/dhcrelay.c    Fri Apr 09 20:08:35 1999 +0000
@@ -42,7 +42,7 @@
 
 #ifndef lint
 static char ocopyright [] =
-"$Id: dhcrelay.c,v 1.1.1.12 1999/03/30 03:10:49 mellon Exp $ Copyright (c) 1997, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
+"$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";
 #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.0b1pl22";
+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";;
 



Home | Main Index | Thread Index | Old Index