diff options
-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> Larry Doolittle <ldoolitt@recycle.lbl.gov> pristine source directory compilation, lots of patches and fixes. -Gennady Feldman <gfeldman@cachier.com> +Gennady Feldman <gfeldman@gena01.com> Sysklogd (single threaded syslogd, IPC Circular buffer support, logread), various fixes. diff --git a/sysklogd/klogd.c b/sysklogd/klogd.c index 710bd5a..4132eb6 100644 --- a/sysklogd/klogd.c +++ b/sysklogd/klogd.c @@ -2,7 +2,7 @@ /* * Mini klogd implementation for busybox * - * Copyright (C) 2001 by Gennady Feldman <gfeldman@cachier.com>. + * Copyright (C) 2001 by Gennady Feldman <gfeldman@gena01.com>. * Changes: Made this a standalone busybox module which uses standalone * syslog() client interface. * @@ -11,9 +11,9 @@ * * Copyright (C) 2000 by Karl M. Hegbloom <karlheg@debian.org> * - * "circular buffer" Copyright (C) 2000 by Gennady Feldman <gfeldman@mail.com> + * "circular buffer" Copyright (C) 2000 by Gennady Feldman <gfeldman@gena01.com> * - * Maintainer: Gennady Feldman <gena01@cachier.com> as of Mar 12, 2001 + * Maintainer: Gennady Feldman <gfeldman@gena01.com> as of Mar 12, 2001 * * 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/sysklogd/logread.c b/sysklogd/logread.c index 13ff1ae..ecdf2f5 100644 --- a/sysklogd/logread.c +++ b/sysklogd/logread.c @@ -2,9 +2,9 @@ /* * circular buffer syslog implementation for busybox * - * Copyright (C) 2000 by Gennady Feldman <gfeldman@cachier.com> + * Copyright (C) 2000 by Gennady Feldman <gfeldman@gena01.com> * - * Maintainer: Gennady Feldman <gena01@cachier.com> as of Mar 12, 2001 + * Maintainer: Gennady Feldman <gfeldman@gena01.com> as of Mar 12, 2001 * * 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/sysklogd/syslogd.c b/sysklogd/syslogd.c index a546bdb..34bc019 100644 --- a/sysklogd/syslogd.c +++ b/sysklogd/syslogd.c @@ -7,9 +7,9 @@ * * Copyright (C) 2000 by Karl M. Hegbloom <karlheg@debian.org> * - * "circular buffer" Copyright (C) 2001 by Gennady Feldman <gfeldman@cachier.com> + * "circular buffer" Copyright (C) 2001 by Gennady Feldman <gfeldman@gena01.com> * - * Maintainer: Gennady Feldman <gena01@cachier.com> as of Mar 12, 2001 + * Maintainer: Gennady Feldman <gfeldman@gena01.com> as of Mar 12, 2001 * * 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 |