[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.6'

Florian Forster octo at verplant.org
Wed May 6 16:40:17 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 a940e2555464956ae7b61d8d0d742f2acc001c5f
Merge: a1ae4b5afaf3207a7070b85f802b41b32c0b9a20 eafb8003851eaea28dfe90b094fbd6be28a38c92
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Wed May 6 16:37:18 2009 +0200

    Merge branch 'collectd-4.5' into collectd-4.6
    
    Conflicts:
    
    	src/Makefile.am

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