aboutsummaryrefslogtreecommitdiff
path: root/sysklogd/klogd.c
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2002-12-12 10:54:48 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2002-12-12 10:54:48 +0000
commit6ed77595f18e931cf7037c0d974be999c43d9652 (patch)
tree68bf7989ca2b0b07ab5a28c475f78610052ae620 /sysklogd/klogd.c
parent6d07432b2ff21f0d8537ba5fae3c402be9cb247a (diff)
downloadbusybox-w32-6ed77595f18e931cf7037c0d974be999c43d9652.tar.gz
busybox-w32-6ed77595f18e931cf7037c0d974be999c43d9652.tar.bz2
busybox-w32-6ed77595f18e931cf7037c0d974be999c43d9652.zip
Update email address for Gennady Feldman <gena01@gena01.com>
Diffstat (limited to 'sysklogd/klogd.c')
-rw-r--r--sysklogd/klogd.c6
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 @@
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