added default shorewall configuration for nylon
authorBruno Randolf <br1@subnet.at>
Thu, 14 Oct 2004 15:12:27 +0000 (15:12 +0000)
committerBruno Randolf <br1@subnet.at>
Thu, 14 Oct 2004 15:12:27 +0000 (15:12 +0000)
BKrev: 416e975bxKvt9gAd8keZ1jshizOUaw

shorewall/files/shorewall-conf-nylon.diff [new file with mode: 0644]
shorewall/shorewall_2.0.9.oe

diff --git a/shorewall/files/shorewall-conf-nylon.diff b/shorewall/files/shorewall-conf-nylon.diff
new file mode 100644 (file)
index 0000000..e69de29
index e69de29..bff7fee 100644 (file)
@@ -0,0 +1,14 @@
+DESCRIPTION = "Shorewall is a high-level tool for configuring Netfilter."
+RDEPENDS = "iptables kernel-module-ip-tables kernel-module-ip-conntrack kernel-module-ipt-conntrack kernel-module-ipt-multiport kernel-module-ipt-log kernel-module-ipt-mac kernel-module-ipt-mark kernel-module-ipt-masquerade kernel-module-ipt-pkttype kernel-module-ipt-reject kernel-module-ipt-state kernel-module-ipt-tos kernel-module-iptable-filter kernel-module-iptable-mangle kernel-module-iptable-nat"
+SECTION = "net"
+PRIORITY = "optional"
+MAINTAINER = "Bruno Randolf <bruno.randolf@4g-systems.biz>"
+LICENSE = "GPL"
+
+SRC_URI = "http://germany.shorewall.net/pub/shorewall/2.0/shorewall-2.0.9/shorewall-2.0.9.tgz"
+SRC_URI_append_nylon = " file://shorewall-conf-nylon.diff;patch=1"
+
+do_install() {
+       export PREFIX=${D}
+       ${S}/install.sh
+}