summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2007-11-06 07:27:20 +0000
committerMax Kellermann <max@duempel.org>2007-11-06 07:27:20 +0000
commitc830e822f291f7e5a4ed74461a55e8d9b0f6ee9b (patch)
tree0935563bed8d7cf6694b0a52f8801fc2a3f07751
parent8e21220f6ca8df931d041302084d4898fca959d0 (diff)
downloadconntrack-tools-c830e822f291f7e5a4ed74461a55e8d9b0f6ee9b.tar.gz
conntrack-tools-c830e822f291f7e5a4ed74461a55e8d9b0f6ee9b.zip
added package "conntrackd"
-rw-r--r--debian/changelog1
-rw-r--r--debian/conntrackd.install1
-rw-r--r--debian/control8
3 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 2dc04a3..3784359 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
conntrack (1:0.9.5-1) UNRELEASED; urgency=low
* new upstream release
+ * added package "conntrackd"
-- Max Kellermann <max@duempel.org> Tue, 6 Nov 2007 08:15:26 +0100
diff --git a/debian/conntrackd.install b/debian/conntrackd.install
new file mode 100644
index 0000000..cb533cb
--- /dev/null
+++ b/debian/conntrackd.install
@@ -0,0 +1 @@
+usr/sbin/conntrackd
diff --git a/debian/control b/debian/control
index 9d8e015..f475528 100644
--- a/debian/control
+++ b/debian/control
@@ -13,3 +13,11 @@ Description: Program to modify the conntrack tables
conntrack is a userspace command line program targeted at system
administrators. It enables them to view and manage the in-kernel
connection tracking state table.
+
+Package: conntrackd
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: Connection tracking daemon
+ Conntrackd can replicate the status of the connections that are
+ currently being processed by your stateful firewall based on Linux.
+ Conntrackd can also run as statistics daemon.