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

Florian Forster octo at verplant.org
Wed Apr 6 03:07:06 CEST 2011


 configure.in                     |   67 +-
 src/Makefile.am                  |    8 -
 src/iptables.c                   |   21 +-
 src/owniptc/Makefile.am          |   14 -
 src/owniptc/README.collectd      |   25 -
 src/owniptc/ipt_kernel_headers.h |   45 -
 src/owniptc/libip4tc.c           |  517 --------
 src/owniptc/libip6tc.c           |  456 -------
 src/owniptc/libip6tc.h           |  175 ---
 src/owniptc/libiptc.c            | 2716 --------------------------------------
 src/owniptc/libiptc.h            |  187 ---
 src/owniptc/libxtc.h             |   53 -
 src/owniptc/linux_list.h         |  741 -----------
 src/owniptc/xtables.h            |  239 ----
 14 files changed, 18 insertions(+), 5246 deletions(-)

New commits:
commit 99364c70a7039ed496dbe429fb86ee41e464fc76
Author: Florian Forster <octo at collectd.org>
Date:   Sun Apr 3 09:17:26 2011 -0700

    iptables plugin: Remove the shipped version of libiptc.
    
    Since libiptc is now publicly available as a shared library, we don't really
    have any need to ship it with collectd anymore.




More information about the collectd-changes mailing list