Update email address for Gennady Feldman <gena01@gena01.com>
This commit is contained in:
parent
6d07432b2f
commit
6ed77595f1
2
AUTHORS
2
AUTHORS
@ -44,7 +44,7 @@ Magnus Damm <damm@opensource.se>
|
|||||||
Larry Doolittle <ldoolitt@recycle.lbl.gov>
|
Larry Doolittle <ldoolitt@recycle.lbl.gov>
|
||||||
pristine source directory compilation, lots of patches and fixes.
|
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,
|
Sysklogd (single threaded syslogd, IPC Circular buffer support,
|
||||||
logread), various fixes.
|
logread), various fixes.
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
/*
|
/*
|
||||||
* Mini klogd implementation for busybox
|
* 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
|
* Changes: Made this a standalone busybox module which uses standalone
|
||||||
* syslog() client interface.
|
* syslog() client interface.
|
||||||
*
|
*
|
||||||
@ -11,9 +11,9 @@
|
|||||||
*
|
*
|
||||||
* Copyright (C) 2000 by Karl M. Hegbloom <karlheg@debian.org>
|
* 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
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
/*
|
/*
|
||||||
* circular buffer syslog implementation for busybox
|
* 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
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -7,9 +7,9 @@
|
|||||||
*
|
*
|
||||||
* Copyright (C) 2000 by Karl M. Hegbloom <karlheg@debian.org>
|
* 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
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
Loading…
Reference in New Issue
Block a user