summaryrefslogtreecommitdiffstats
path: root/iptables.pkg/control
diff options
context:
space:
mode:
authorDaniel sea McChlery <sea@members.fsf.org>2014-10-16 22:54:59 (EDT)
committer Daniel sea McChlery <sea@members.fsf.org>2014-10-16 22:54:59 (EDT)
commit6928c623230d870fa54f63ac5c5128dbdd0b8e00 (patch)
tree05a18bb9391ef17f129efe6d0893e6ee7aa83ef8 /iptables.pkg/control
parent1497ded7c7184534907c6e327247b6bd13d9f7da (diff)
Applied pehjota's patch for the iptables init script.
Diffstat (limited to 'iptables.pkg/control')
-rw-r--r--iptables.pkg/control4
1 files changed, 4 insertions, 0 deletions
diff --git a/iptables.pkg/control b/iptables.pkg/control
index 0a7bde7..cd1dc51 100644
--- a/iptables.pkg/control
+++ b/iptables.pkg/control
@@ -1,5 +1,9 @@
Architecture: any-linux-any
Platform: all
Depends: iptables-common (>= ${Source-Version}), libxtables.10, libiptc.0
+# busybox provided /etc/init.d/iptables from version 1.21.1-9 to version
+# 1.21.1-11, so we need to declare a conflict with those versions of busybox.
+Replaces: busybox (<< 1.21.1-12)
+Conflicts: busybox (<< 1.21.1-12)
Description: iptables binary tools
The iptables tools are used to manipulate kernel firewall tables.