summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2e12aac)
raw | patch | inline | side by side (parent: 2e12aac)
author | Sebastian Harl <sh@tokkee.org> | |
Thu, 2 Oct 2008 12:58:45 +0000 (14:58 +0200) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Fri, 3 Oct 2008 20:13:07 +0000 (22:13 +0200) |
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 <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
iptables version it's taken from and what changes have been applied.
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/libiptc/Makefile.am | patch | blob | history | |
src/libiptc/README.collectd | [new file with mode: 0644] | patch | blob |
index 01657327413b7978fea3a748df36bd7f78ba09f2..3a6ef6757a422f34f6ec6337094fe4a16b0fa9b9 100644 (file)
--- a/src/libiptc/Makefile.am
+++ b/src/libiptc/Makefile.am
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
--- /dev/null
@@ -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 "*".
+