Added contribution for Tommie Gannert's PID-file patch to `AUTHORS'
authorocto <octo>
Sun, 18 Dec 2005 10:36:31 +0000 (10:36 +0000)
committerocto <octo>
Sun, 18 Dec 2005 10:36:31 +0000 (10:36 +0000)
AUTHORS
src/collectd.c

diff --git a/AUTHORS b/AUTHORS
index 52b6307..ca7cccd 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,33 +1,36 @@
 This package was written by:
-  Florian octo Forster <octo@verplant.org>
+  Florian octo Forster <octo at verplant.org>
 
 cpufreq module by:
-  Peter Holik <peter@holik.at>
+  Peter Holik <peter at holik.at>
 
 hddtemp module by:
-  Vincent StehlĂ© <vincent.stehle@free.fr>
+  Vincent StehlĂ© <vincent.stehle at free.fr>
 
 nfs module by:
-  Jason Pepas <cell@ices.utexas.edu>
+  Jason Pepas <cell at ices.utexas.edu>
 
 processes module by:
-  Lyonel Vincent <lyonel@ezix.org>
+  Lyonel Vincent <lyonel at ezix.org>
 
 serial module by:
-  David Bacher <drbacher@gmail.com>
+  David Bacher <drbacher at gmail.com>
 
 tape module by:
-  Scott Garrett <sgarrett@technomancer.com>
+  Scott Garrett <sgarrett at technomancer.com>
 
 users module by:
-  Sebastian Harl <sh@tokkee.org>
+  Sebastian Harl <sh at tokkee.org>
+
+PID-file patch by:
+  Tommie Gannert <d00-tga at d.kth.se>
 
 don't-fork-patch by:
-  Alvaro Barcellos <alvaro.barcellos@gmail.com>
+  Alvaro Barcellos <alvaro.barcellos at gmail.com>
 
 many autotools related fixes, libltdl code, getmnt-wizardry and much help has
 contributed:
-  Niki W. Waibel <niki.waibel@newlogic.com>
+  Niki W. Waibel <niki.waibel at newlogic.com>
 
 collectd is available at:
   <http://verplant.org/collectd/>
index e808178..a9b1ac8 100644 (file)
@@ -21,6 +21,7 @@
  *   Alvaro Barcellos <alvaro.barcellos at gmail.com>
  **/
 
+#include "collectd.h"
 #include "common.h"
 #include "utils_debug.h"