diff options
Diffstat (limited to 'sysklogd/klogd.c')
-rw-r--r-- | sysklogd/klogd.c | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ /* * 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 |