diff options
Diffstat (limited to 'package/shorewall-common/ipkg')
4 files changed, 0 insertions, 52 deletions
diff --git a/package/shorewall-common/ipkg/shorewall-common.conffiles b/package/shorewall-common/ipkg/shorewall-common.conffiles deleted file mode 100644 index 99893804c..000000000 --- a/package/shorewall-common/ipkg/shorewall-common.conffiles +++ /dev/null @@ -1,33 +0,0 @@ -/etc/shorewall/Makefile -/etc/shorewall/accounting -/etc/shorewall/actions -/etc/shorewall/blacklist -/etc/shorewall/continue -/etc/shorewall/ecn -/etc/shorewall/hosts -/etc/shorewall/init -/etc/shorewall/initdone -/etc/shorewall/interfaces -/etc/shorewall/ipsec -/etc/shorewall/maclist -/etc/shorewall/masq -/etc/shorewall/nat -/etc/shorewall/netmap -/etc/shorewall/params -/etc/shorewall/policy -/etc/shorewall/providers -/etc/shorewall/proxyarp -/etc/shorewall/route_rules -/etc/shorewall/routestopped -/etc/shorewall/rules -/etc/shorewall/shorewall.conf -/etc/shorewall/start -/etc/shorewall/started -/etc/shorewall/stop -/etc/shorewall/stopped -/etc/shorewall/tcclasses -/etc/shorewall/tcdevices -/etc/shorewall/tcrules -/etc/shorewall/tos -/etc/shorewall/tunnels -/etc/shorewall/zones diff --git a/package/shorewall-common/ipkg/shorewall-common.control b/package/shorewall-common/ipkg/shorewall-common.control deleted file mode 100644 index 41b7d8e43..000000000 --- a/package/shorewall-common/ipkg/shorewall-common.control +++ /dev/null @@ -1,5 +0,0 @@ -Package: shorewall-common -Priority: optional -Section: net -Depends: iptables -Description: high-level netfilter configuration tool diff --git a/package/shorewall-common/ipkg/shorewall-common.postinst b/package/shorewall-common/ipkg/shorewall-common.postinst deleted file mode 100644 index bade6304b..000000000 --- a/package/shorewall-common/ipkg/shorewall-common.postinst +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -. $IPKG_INSTROOT/etc/functions.sh -add_rcconf shorewall - -mkdir -p $IPKG_INSTROOT/usr/share/shorewall/runtime -chmod 0700 $IPKG_INSTROOT/usr/share/shorewall/runtime diff --git a/package/shorewall-common/ipkg/shorewall-common.prerm b/package/shorewall-common/ipkg/shorewall-common.prerm deleted file mode 100644 index 805b69980..000000000 --- a/package/shorewall-common/ipkg/shorewall-common.prerm +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -# commented out: we never change this information ourselves -# plus: this will destroy /etc/rc.conf entirely. -# read some info about shell redirections if you don’t know why. -#cat $IPKG_INSTROOT/etc/rc.conf | grep -v "shorewall" >$IPKG_INSTROOT/etc/rc.conf - -rm -rf /usr/share/shorewall/runtime |