[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.5'
Florian Forster
octo at verplant.org
Wed May 6 16:33:18 CEST 2009
configure.in | 32 ++++++++++++++++++++++++++++----
src/Makefile.am | 3 +--
src/utils_mount.c | 4 ++--
src/utils_mount.h | 4 +---
4 files changed, 32 insertions(+), 11 deletions(-)
New commits:
commit eafb8003851eaea28dfe90b094fbd6be28a38c92
Author: Florian Forster <octo at huhu.verplant.org>
Date: Wed May 6 16:28:27 2009 +0200
Build system: Straighten up building of the DF plugin.
In rare cases, e. g. Solaris, getmntent is available but neither the one nor
the two argument version could be recognized. This lead to `cu_mount_getlist'
returning NULL without an error, leading to the df plugin fail without notice.
While at it I re-implemented the dependency checking of the DF plugin to match
the proprocessor logic in utils_mount.c.
More information about the collectd-changes
mailing list