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

Florian Forster octo at verplant.org
Sun Sep 6 12:19:15 CEST 2009


 configure.in                     |    2 +-
 src/Makefile.am                  |    6 +-
 src/iptables.c                   |    2 +-
 src/libiptc/Makefile.am          |   15 -
 src/libiptc/README.collectd      |   25 -
 src/libiptc/ipt_kernel_headers.h |   45 -
 src/libiptc/libip4tc.c           |  516 --------
 src/libiptc/libip6tc.c           |  455 -------
 src/libiptc/libip6tc.h           |  175 ---
 src/libiptc/libiptc.c            | 2708 --------------------------------------
 src/libiptc/libiptc.h            |  187 ---
 src/libiptc/libxtc.h             |   53 -
 src/libiptc/linux_list.h         |  741 -----------
 src/libiptc/xtables.h            |  239 ----
 src/owniptc/Makefile.am          |   15 +
 src/owniptc/README.collectd      |   25 +
 src/owniptc/ipt_kernel_headers.h |   45 +
 src/owniptc/libip4tc.c           |  516 ++++++++
 src/owniptc/libip6tc.c           |  455 +++++++
 src/owniptc/libip6tc.h           |  175 +++
 src/owniptc/libiptc.c            | 2708 ++++++++++++++++++++++++++++++++++++++
 src/owniptc/libiptc.h            |  187 +++
 src/owniptc/libxtc.h             |   53 +
 src/owniptc/linux_list.h         |  741 +++++++++++
 src/owniptc/xtables.h            |  239 ++++
 25 files changed, 5164 insertions(+), 5164 deletions(-)

New commits:
commit 2438b95b7f7930902d021aa749308ea8ae5652ca
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Sep 6 12:06:12 2009 +0200

    src/owniptc: Moved the “src/libiptc” directory to “src/owniptc” to avoid build issues.
    
    If there is a system-wide version of this library available, the “-I.”
    argument (added automatically by automake :() will lead to the shipped
    header files being used. Later, the binary is linked with the
    system-wide library, which leads to severe problems when API/ABI
    incompatibilities have been introduced in other versions.




More information about the collectd-changes mailing list