From 6928c623230d870fa54f63ac5c5128dbdd0b8e00 Mon Sep 17 00:00:00 2001 From: Daniel sea McChlery Date: Thu, 16 Oct 2014 22:54:59 -0400 Subject: Applied pehjota's patch for the iptables init script. --- (limited to 'iptables.pkg/postinst') 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 -- cgit v0.9.1