From: Sebastian Harl Date: Thu, 2 Oct 2008 12:58:45 +0000 (+0200) Subject: Added src/libiptc/README.collectd. X-Git-Tag: collectd-4.6.0~195 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=43668c3afcb5008e2dec52d2570f3aec862be267;p=collectd.git 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 --- 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 "*". +