diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2002-12-12 10:54:48 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2002-12-12 10:54:48 +0000 |
commit | 6ed77595f18e931cf7037c0d974be999c43d9652 (patch) | |
tree | 68bf7989ca2b0b07ab5a28c475f78610052ae620 | |
parent | 6d07432b2ff21f0d8537ba5fae3c402be9cb247a (diff) | |
download | busybox-w32-6ed77595f18e931cf7037c0d974be999c43d9652.tar.gz busybox-w32-6ed77595f18e931cf7037c0d974be999c43d9652.tar.bz2 busybox-w32-6ed77595f18e931cf7037c0d974be999c43d9652.zip |
Update email address for Gennady Feldman <gena01@gena01.com>
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | sysklogd/klogd.c | 6 | ||||
-rw-r--r-- | sysklogd/logread.c | 4 | ||||
-rw-r--r-- | sysklogd/syslogd.c | 4 |
4 files changed, 8 insertions, 8 deletions
@@ -44,7 +44,7 @@ Magnus Damm <damm@opensource.se> | |||
44 | Larry Doolittle <ldoolitt@recycle.lbl.gov> | 44 | Larry Doolittle <ldoolitt@recycle.lbl.gov> |
45 | pristine source directory compilation, lots of patches and fixes. | 45 | pristine source directory compilation, lots of patches and fixes. |
46 | 46 | ||
47 | Gennady Feldman <gfeldman@cachier.com> | 47 | Gennady Feldman <gfeldman@gena01.com> |
48 | Sysklogd (single threaded syslogd, IPC Circular buffer support, | 48 | Sysklogd (single threaded syslogd, IPC Circular buffer support, |
49 | logread), various fixes. | 49 | logread), various fixes. |
50 | 50 | ||
diff --git a/sysklogd/klogd.c b/sysklogd/klogd.c index 710bd5a31..4132eb68e 100644 --- a/sysklogd/klogd.c +++ b/sysklogd/klogd.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Mini klogd implementation for busybox | 3 | * Mini klogd implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 2001 by Gennady Feldman <gfeldman@cachier.com>. | 5 | * Copyright (C) 2001 by Gennady Feldman <gfeldman@gena01.com>. |
6 | * Changes: Made this a standalone busybox module which uses standalone | 6 | * Changes: Made this a standalone busybox module which uses standalone |
7 | * syslog() client interface. | 7 | * syslog() client interface. |
8 | * | 8 | * |
@@ -11,9 +11,9 @@ | |||
11 | * | 11 | * |
12 | * Copyright (C) 2000 by Karl M. Hegbloom <karlheg@debian.org> | 12 | * Copyright (C) 2000 by Karl M. Hegbloom <karlheg@debian.org> |
13 | * | 13 | * |
14 | * "circular buffer" Copyright (C) 2000 by Gennady Feldman <gfeldman@mail.com> | 14 | * "circular buffer" Copyright (C) 2000 by Gennady Feldman <gfeldman@gena01.com> |
15 | * | 15 | * |
16 | * Maintainer: Gennady Feldman <gena01@cachier.com> as of Mar 12, 2001 | 16 | * Maintainer: Gennady Feldman <gfeldman@gena01.com> as of Mar 12, 2001 |
17 | * | 17 | * |
18 | * This program is free software; you can redistribute it and/or modify | 18 | * This program is free software; you can redistribute it and/or modify |
19 | * it under the terms of the GNU General Public License as published by | 19 | * it under the terms of the GNU General Public License as published by |
diff --git a/sysklogd/logread.c b/sysklogd/logread.c index 13ff1aeb9..ecdf2f579 100644 --- a/sysklogd/logread.c +++ b/sysklogd/logread.c | |||
@@ -2,9 +2,9 @@ | |||
2 | /* | 2 | /* |
3 | * circular buffer syslog implementation for busybox | 3 | * circular buffer syslog implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 2000 by Gennady Feldman <gfeldman@cachier.com> | 5 | * Copyright (C) 2000 by Gennady Feldman <gfeldman@gena01.com> |
6 | * | 6 | * |
7 | * Maintainer: Gennady Feldman <gena01@cachier.com> as of Mar 12, 2001 | 7 | * Maintainer: Gennady Feldman <gfeldman@gena01.com> as of Mar 12, 2001 |
8 | * | 8 | * |
9 | * This program is free software; you can redistribute it and/or modify | 9 | * This program is free software; you can redistribute it and/or modify |
10 | * it under the terms of the GNU General Public License as published by | 10 | * it under the terms of the GNU General Public License as published by |
diff --git a/sysklogd/syslogd.c b/sysklogd/syslogd.c index a546bdbd7..34bc019a0 100644 --- a/sysklogd/syslogd.c +++ b/sysklogd/syslogd.c | |||
@@ -7,9 +7,9 @@ | |||
7 | * | 7 | * |
8 | * Copyright (C) 2000 by Karl M. Hegbloom <karlheg@debian.org> | 8 | * Copyright (C) 2000 by Karl M. Hegbloom <karlheg@debian.org> |
9 | * | 9 | * |
10 | * "circular buffer" Copyright (C) 2001 by Gennady Feldman <gfeldman@cachier.com> | 10 | * "circular buffer" Copyright (C) 2001 by Gennady Feldman <gfeldman@gena01.com> |
11 | * | 11 | * |
12 | * Maintainer: Gennady Feldman <gena01@cachier.com> as of Mar 12, 2001 | 12 | * Maintainer: Gennady Feldman <gfeldman@gena01.com> as of Mar 12, 2001 |
13 | * | 13 | * |
14 | * This program is free software; you can redistribute it and/or modify | 14 | * This program is free software; you can redistribute it and/or modify |
15 | * it under the terms of the GNU General Public License as published by | 15 | * it under the terms of the GNU General Public License as published by |