diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-07-14 21:21:08 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-07-14 21:21:08 +0000 |
commit | cb81e6484d1f50ec2761f6294722407b14add525 (patch) | |
tree | 81fb6290ef50af3488a5ee0f97150b6503df6a3f /networking | |
parent | 74f270a3177a43b29d98b6c5b6a2c5338be8b98f (diff) | |
download | busybox-w32-cb81e6484d1f50ec2761f6294722407b14add525.tar.gz busybox-w32-cb81e6484d1f50ec2761f6294722407b14add525.tar.bz2 busybox-w32-cb81e6484d1f50ec2761f6294722407b14add525.zip |
Update a bunch of docs. Run a script to update my email addr.
Diffstat (limited to 'networking')
-rw-r--r-- | networking/Makefile | 2 | ||||
-rw-r--r-- | networking/Makefile.in | 2 | ||||
-rw-r--r-- | networking/hostname.c | 4 | ||||
-rw-r--r-- | networking/libiproute/Makefile | 2 | ||||
-rw-r--r-- | networking/libiproute/Makefile.in | 2 | ||||
-rw-r--r-- | networking/telnet.c | 2 | ||||
-rw-r--r-- | networking/udhcp/ChangeLog | 2 | ||||
-rw-r--r-- | networking/udhcp/Makefile | 2 | ||||
-rw-r--r-- | networking/udhcp/Makefile.in | 2 |
9 files changed, 10 insertions, 10 deletions
diff --git a/networking/Makefile b/networking/Makefile index 4caa18338..022f29e46 100644 --- a/networking/Makefile +++ b/networking/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
4 | # | 4 | # |
5 | # This program is free software; you can redistribute it and/or modify | 5 | # This program is free software; you can redistribute it and/or modify |
6 | # it under the terms of the GNU General Public License as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/networking/Makefile.in b/networking/Makefile.in index 95709ee42..7d0d0b8bc 100644 --- a/networking/Makefile.in +++ b/networking/Makefile.in | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
4 | # | 4 | # |
5 | # This program is free software; you can redistribute it and/or modify | 5 | # This program is free software; you can redistribute it and/or modify |
6 | # it under the terms of the GNU General Public License as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/networking/hostname.c b/networking/hostname.c index 6522bb21b..a00263d8f 100644 --- a/networking/hostname.c +++ b/networking/hostname.c | |||
@@ -1,11 +1,11 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* | 2 | /* |
3 | * $Id: hostname.c,v 1.35 2003/03/19 09:12:37 mjn3 Exp $ | 3 | * $Id: hostname.c,v 1.36 2003/07/14 21:21:01 andersen Exp $ |
4 | * Mini hostname implementation for busybox | 4 | * Mini hostname implementation for busybox |
5 | * | 5 | * |
6 | * Copyright (C) 1999 by Randolph Chung <tausq@debian.org> | 6 | * Copyright (C) 1999 by Randolph Chung <tausq@debian.org> |
7 | * | 7 | * |
8 | * adjusted by Erik Andersen <andersee@debian.org> to remove | 8 | * adjusted by Erik Andersen <andersen@codepoet.org> to remove |
9 | * use of long options and GNU getopt. Improved the usage info. | 9 | * use of long options and GNU getopt. Improved the usage info. |
10 | * | 10 | * |
11 | * This program is free software; you can redistribute it and/or modify | 11 | * This program is free software; you can redistribute it and/or modify |
diff --git a/networking/libiproute/Makefile b/networking/libiproute/Makefile index 29419fd4a..c1f18be7b 100644 --- a/networking/libiproute/Makefile +++ b/networking/libiproute/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
4 | # | 4 | # |
5 | # This program is free software; you can redistribute it and/or modify | 5 | # This program is free software; you can redistribute it and/or modify |
6 | # it under the terms of the GNU General Public License as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/networking/libiproute/Makefile.in b/networking/libiproute/Makefile.in index 9fe146215..f39eeb3ee 100644 --- a/networking/libiproute/Makefile.in +++ b/networking/libiproute/Makefile.in | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
4 | # | 4 | # |
5 | # This program is free software; you can redistribute it and/or modify | 5 | # This program is free software; you can redistribute it and/or modify |
6 | # it under the terms of the GNU General Public License as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/networking/telnet.c b/networking/telnet.c index 8f2573c27..88607f653 100644 --- a/networking/telnet.c +++ b/networking/telnet.c | |||
@@ -25,7 +25,7 @@ | |||
25 | * HISTORY | 25 | * HISTORY |
26 | * Revision 3.1 1994/04/17 11:31:54 too | 26 | * Revision 3.1 1994/04/17 11:31:54 too |
27 | * initial revision | 27 | * initial revision |
28 | * Modified 2000/06/13 for inclusion into BusyBox by Erik Andersen <andersee@debian.org> | 28 | * Modified 2000/06/13 for inclusion into BusyBox by Erik Andersen <andersen@codepoet.org> |
29 | * Modified 2001/05/07 to add ability to pass TTYPE to remote host by Jim McQuillan | 29 | * Modified 2001/05/07 to add ability to pass TTYPE to remote host by Jim McQuillan |
30 | * <jam@ltsp.org> | 30 | * <jam@ltsp.org> |
31 | * | 31 | * |
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 @@ | |||
36 | udhcp bug#1256 | 36 | udhcp bug#1256 |
37 | + Fixed reading of client id (David Poole <davep@portsmith.com>) | 37 | + Fixed reading of client id (David Poole <davep@portsmith.com>) |
38 | + change sys_errlist[] to strerror() as it aparently doesn't exist | 38 | + change sys_errlist[] to strerror() as it aparently doesn't exist |
39 | (andersee <andersee@codepoet.org>) | 39 | (Erik Andersen <andersen@codepoet.org>) |
40 | + fixed get_raw_packet so it returns -2 on non fatal errors | 40 | + fixed get_raw_packet so it returns -2 on non fatal errors |
41 | (Ted Lemon <Ted.Lemon@nominum.com>) | 41 | (Ted Lemon <Ted.Lemon@nominum.com>) |
42 | + Improved (hopefully) NAKing behavior (me) | 42 | + 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 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
4 | # | 4 | # |
5 | # This program is free software; you can redistribute it and/or modify | 5 | # This program is free software; you can redistribute it and/or modify |
6 | # it under the terms of the GNU General Public License as published by | 6 | # 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 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
4 | # | 4 | # |
5 | # This program is free software; you can redistribute it and/or modify | 5 | # This program is free software; you can redistribute it and/or modify |
6 | # it under the terms of the GNU General Public License as published by | 6 | # it under the terms of the GNU General Public License as published by |