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

Florian Forster octo at verplant.org
Wed Apr 30 11:04:31 CEST 2008


 configure.in |    5 +----
 src/load.c   |    2 +-
 src/perl.c   |    5 +++++
 3 files changed, 7 insertions(+), 5 deletions(-)

New commits:
commit 540f2619a4d09fdb6ae465e8cc935c9dec4bcf70
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Wed Apr 30 10:57:51 2008 +0200

    load plugin: Use #if rather than #ifdef.

commit d8b351fe7833b3dd3375e3665dd12be3c5520b63
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Wed Apr 30 10:57:22 2008 +0200

    build system: Remove the COLLECT_LIBIOKIT define.
    
    It isn't used anywhere, so remove it.

commit a8287f5aaac5f42367f61cd4ba214ee1e7a0770e
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Wed Apr 30 10:52:27 2008 +0200

    build system: Define HAVE_LIBSTATGRAB if the statgrab library is available.
    
    This define is used in some plugins. Thanks to Oleg King for noticing and
    pointing this out and thanks to Sebastian Harl for a first patch which,
    unfortunately, doesn't work anymore after changing the configure script.

commit 3693eefca257fe28e4b363ecfd39a44571f180ac
Author: Sebastian Harl <sh at tokkee.org>
Date:   Mon Apr 28 16:53:57 2008 +0200

    perl plugin: Work around a compiler warning on FreeBSD.
    
    On FreeBSD, PERL_SYS_INIT3 expands to some expression which triggers a "value
    computed is not used" warning by gcc. By telling the compiler to ignore this
    value, we can work around this issue. In the long run, this should imho be
    fixed in Perl though.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>




More information about the collectd-changes mailing list