summaryrefslogtreecommitdiffstats
path: root/iptables.pkg/postinst
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/postinst
parent1497ded7c7184534907c6e327247b6bd13d9f7da (diff)
Applied pehjota's patch for the iptables init script.
Diffstat (limited to 'iptables.pkg/postinst')
-rw-r--r--iptables.pkg/postinst5
1 files changed, 5 insertions, 0 deletions
diff --git a/iptables.pkg/postinst b/iptables.pkg/postinst
new file mode 100644
index 0000000..c120f92
--- /dev/null
+++ b/iptables.pkg/postinst
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+if [ "x${1}" = 'xconfigure' ]; then
+ /etc/init.d/iptables enable
+fi