aboutsummaryrefslogtreecommitdiff
path: root/sysklogd/klogd.c
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-12-12 10:54:48 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-12-12 10:54:48 +0000
commit434a02773b61c3070ad68a527b3f1741edb97932 (patch)
tree68bf7989ca2b0b07ab5a28c475f78610052ae620 /sysklogd/klogd.c
parent9049b5bc4bf40d464b2ac370bd753d210eded016 (diff)
downloadbusybox-w32-434a02773b61c3070ad68a527b3f1741edb97932.tar.gz
busybox-w32-434a02773b61c3070ad68a527b3f1741edb97932.tar.bz2
busybox-w32-434a02773b61c3070ad68a527b3f1741edb97932.zip
Update email address for Gennady Feldman <gena01@gena01.com>
git-svn-id: svn://busybox.net/trunk/busybox@6196 69ca8d6d-28ef-0310-b511-8ec308f3f277
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