[BusyBox-cvs] busybox/networking/udhcp ChangeLog, 1.5, 1.6 Makefile, 1.1, 1.2 Makefile.in, 1.6, 1.7

Erik Andersen andersen at busybox.net
Mon Jul 14 21:21:32 UTC 2003


Update of /var/cvs/busybox/networking/udhcp
In directory winder:/tmp/cvs-serv17764/networking/udhcp

Modified Files:
	ChangeLog Makefile Makefile.in 
Log Message:
Update a bunch of docs.  Run a script to update my email addr.


Index: ChangeLog
===================================================================
RCS file: /var/cvs/busybox/networking/udhcp/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- ChangeLog	10 Jun 2003 17:22:49 -0000	1.5
+++ ChangeLog	14 Jul 2003 21:21:03 -0000	1.6
@@ -36,7 +36,7 @@
   udhcp bug#1256
 + Fixed reading of client id (David Poole <davep at portsmith.com>)
 + change sys_errlist[] to strerror() as it aparently doesn't exist
-  (andersee <andersee at codepoet.org>)
+  (Erik Andersen <andersen at codepoet.org>)
 + fixed get_raw_packet so it returns -2 on non fatal errors
   (Ted Lemon <Ted.Lemon at nominum.com>)
 + Improved (hopefully) NAKing behavior (me)

Index: Makefile
===================================================================
RCS file: /var/cvs/busybox/networking/udhcp/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile	14 Oct 2002 21:47:07 -0000	1.1
+++ Makefile	14 Jul 2003 21:21:03 -0000	1.2
@@ -1,6 +1,6 @@
 # Makefile for busybox
 #
-# Copyright (C) 1999-2002 Erik Andersen <andersee at debian.org>
+# Copyright (C) 1999-2003 by Erik Andersen <andersen at codepoet.org>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by

Index: Makefile.in
===================================================================
RCS file: /var/cvs/busybox/networking/udhcp/Makefile.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile.in	10 Jun 2003 17:22:49 -0000	1.6
+++ Makefile.in	14 Jul 2003 21:21:03 -0000	1.7
@@ -1,6 +1,6 @@
 # Makefile for busybox
 #
-# Copyright (C) 1999-2002 Erik Andersen <andersee at debian.org>
+# Copyright (C) 1999-2003 by Erik Andersen <andersen at codepoet.org>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by




More information about the busybox-cvs mailing list