From 43668c3afcb5008e2dec52d2570f3aec862be267 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Thu, 2 Oct 2008 14:58:45 +0200 Subject: [PATCH] Added src/libiptc/README.collectd. This file is used to explain why libiptc is included in collectd, which iptables version it's taken from and what changes have been applied. Signed-off-by: Sebastian Harl Signed-off-by: Florian Forster --- src/libiptc/Makefile.am | 2 +- src/libiptc/README.collectd | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 src/libiptc/README.collectd diff --git a/src/libiptc/Makefile.am b/src/libiptc/Makefile.am index 01657327..3a6ef675 100644 --- a/src/libiptc/Makefile.am +++ b/src/libiptc/Makefile.am @@ -1,6 +1,6 @@ AUTOMAKE_OPTIONS = foreign no-dependencies -EXTRA_DIST = libiptc.c +EXTRA_DIST = libiptc.c README.collectd if COMPILER_IS_GCC AM_CFLAGS = -Wall -Werror diff --git a/src/libiptc/README.collectd b/src/libiptc/README.collectd new file mode 100644 index 00000000..6215ec1f --- /dev/null +++ b/src/libiptc/README.collectd @@ -0,0 +1,22 @@ + libiptc (IPTables Chains) in collectd +======================================= +http://netfilter.org/ +http://collectd.org/ + +About +----- + + This is libiptc taken from the iptables source distribution. As it is not + meant to be a public interface by upstream it is not shipped in some binary + distributions. Thus, collectd ships its own copy as a fall-back. + + The presently available version was imported from iptables 1.4.1.1. + +Changes to the iptables upstream sources: +----------------------------------------- + + * Added copyright headers mentioning the "Netfilter Core Team" as copyright + holder. + + * Changed "libiptc/*" includes to "*". + -- 2.30.2