From cb81e6484d1f50ec2761f6294722407b14add525 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 14 Jul 2003 21:21:08 +0000 Subject: Update a bunch of docs. Run a script to update my email addr. --- networking/udhcp/ChangeLog | 2 +- networking/udhcp/Makefile | 2 +- networking/udhcp/Makefile.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'networking/udhcp') diff --git a/networking/udhcp/ChangeLog b/networking/udhcp/ChangeLog index 57e89a018..9ee97534f 100644 --- a/networking/udhcp/ChangeLog +++ b/networking/udhcp/ChangeLog @@ -36,7 +36,7 @@ udhcp bug#1256 + Fixed reading of client id (David Poole ) + change sys_errlist[] to strerror() as it aparently doesn't exist - (andersee ) + (Erik Andersen ) + fixed get_raw_packet so it returns -2 on non fatal errors (Ted Lemon ) + Improved (hopefully) NAKing behavior (me) diff --git a/networking/udhcp/Makefile b/networking/udhcp/Makefile index 174fcc586..ee34d48ff 100644 --- a/networking/udhcp/Makefile +++ b/networking/udhcp/Makefile @@ -1,6 +1,6 @@ # Makefile for busybox # -# Copyright (C) 1999-2002 Erik Andersen +# Copyright (C) 1999-2003 by Erik Andersen # # 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 diff --git a/networking/udhcp/Makefile.in b/networking/udhcp/Makefile.in index 5d6176bab..502aa1c3e 100644 --- a/networking/udhcp/Makefile.in +++ b/networking/udhcp/Makefile.in @@ -1,6 +1,6 @@ # Makefile for busybox # -# Copyright (C) 1999-2002 Erik Andersen +# Copyright (C) 1999-2003 by Erik Andersen # # 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 -- cgit v1.2.3