[collectd] [PATCH] Added src/libiptc/README.collectd.
Sebastian Harl
sh at tokkee.org
Thu Oct 2 14:58:45 CEST 2008
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 at tokkee.org>
---
src/libiptc/Makefile.am | 2 +-
src/libiptc/README.collectd | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+), 1 deletions(-)
create mode 100644 src/libiptc/README.collectd
diff --git a/src/libiptc/Makefile.am b/src/libiptc/Makefile.am
index 0165732..3a6ef67 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 0000000..6215ec1
--- /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 "*".
+
--
1.6.0.1.216.g1b23a
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://mailman.verplant.org/pipermail/collectd/attachments/20081002/16ef5ed0/attachment.pgp
More information about the collectd
mailing list