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

Florian Forster octo at verplant.org
Mon Jan 23 21:47:58 CET 2012


 configure.in    |   35 +++++++++++++++++++++++++++++------
 src/Makefile.am |    2 ++
 src/common.c    |    3 ++-
 src/ipvs.c      |    4 +++-
 4 files changed, 36 insertions(+), 8 deletions(-)

New commits:
commit 52543e770fb2e416365998d02c4b2fc2a53dbb8e
Author: Jonathan Nieder <jrnieder at gmail.com>
Date:   Mon Jan 9 19:01:50 2012 +0100

    common: check_create_dir(): Support symlinks as well.
    
    Previously, the following situation would cause an endless look (as reported
    by Michael Prokop in Debian bug #619123): the (CSV or RRD) datadir is a
    symlink pointing to a non-existent target.
    
    With this patch applied, check_create_dir() fails with "<file> exists but is
    not a directory".
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>

commit d87bf146cca2c78005cf3c915cbee3cf4a985ad9
Author: Sebastian Harl <sh at tokkee.org>
Date:   Mon Jan 9 11:16:19 2012 +0100

    build system, ipvs plugin: Check for linux/ip_vs.h as well.
    
    Also, try to find ip_vs.h without using KERNEL_CFLAGS at first. The Linux
    kernel headers should not be used directly -- in current kernel versions this
    generates warnings leading to build failures because of -Werror.




More information about the collectd-changes mailing list