Fixed miscellaneous small stuff..
authorocto <octo>
Fri, 19 May 2006 12:15:10 +0000 (12:15 +0000)
committerocto <octo>
Fri, 19 May 2006 12:15:10 +0000 (12:15 +0000)
AUTHORS
collectd.spec
src/apache.c
src/collectd.c

diff --git a/AUTHORS b/AUTHORS
index 84e313d..7fbc743 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,6 +1,9 @@
 This package was written by:
   Florian octo Forster <octo at verplant.org>
 
+apcups plugin by:
+  Anthony Gialluca <tonyabg at charter.net>
+
 cpufreq module by:
   Peter Holik <peter at holik.at>
 
index 8c4854e..0a03acf 100644 (file)
@@ -101,6 +101,9 @@ rm -rf $RPM_BUILD_ROOT
 %attr(0444,root,root) %{_libdir}/%{name}/sensors.so*
 
 %changelog
+* Tue May 09 2006 Florian octo Forster <octo@verplant.org> 3.9.2-1
+- New upstream version
+
 * Tue May 09 2006 Florian octo Forster <octo@verplant.org> 3.8.5-1
 - New upstream version
 
index c90213e..156ad5d 100644 (file)
@@ -284,6 +284,7 @@ static void apache_read (void)
        if (url == NULL)
                return;
 
+       apache_buffer_len = 0;
        if (curl_easy_perform (curl) != 0)
        {
                syslog (LOG_WARNING, "apache: curl_easy_perform failed: %s", apache_curl_error);
index b4ee504..2720590 100644 (file)
@@ -201,7 +201,7 @@ static int start_client (void)
 
                if (timeval_sub_timespec (&tv_next, &tv_now, &ts_wait) != 0)
                {
-                       syslog (LOG_WARNING, "No sleeping because `timeval_sub_timespec' returned non-zero!");
+                       syslog (LOG_WARNING, "Not sleeping because `timeval_sub_timespec' returned non-zero!");
                        continue;
                }