summaryrefslogtreecommitdiffstats
path: root/arno-iptables-firewall/arno-iptables-firewall.patch
diff options
context:
space:
mode:
authorFlorian Pritz <flo@Mistral.server-speed.net>2009-10-12 14:27:12 +0200
committerFlorian Pritz <flo@Mistral.server-speed.net>2009-10-12 14:31:27 +0200
commitda7ec6ae7b35bcf7b66068dcc8e6d0f2fd607eae (patch)
treef315c7aec067a8cbb819438144d603583554c37b /arno-iptables-firewall/arno-iptables-firewall.patch
parent0e671b67ef77114e39fdb239a921b70df58a4730 (diff)
downloadaur-packages-da7ec6ae7b35bcf7b66068dcc8e6d0f2fd607eae.tar.gz
aur-packages-da7ec6ae7b35bcf7b66068dcc8e6d0f2fd607eae.tar.xz
arno-iptables-firewall: upstream update
Diffstat (limited to 'arno-iptables-firewall/arno-iptables-firewall.patch')
-rw-r--r--arno-iptables-firewall/arno-iptables-firewall.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/arno-iptables-firewall/arno-iptables-firewall.patch b/arno-iptables-firewall/arno-iptables-firewall.patch
new file mode 100644
index 0000000..e045156
--- /dev/null
+++ b/arno-iptables-firewall/arno-iptables-firewall.patch
@@ -0,0 +1,28 @@
+diff -ruN arno-iptables-firewall_1.9.2b-orig/etc/arno-iptables-firewall/firewall.conf arno-iptables-firewall_1.9.2b/etc/arno-iptables-firewall/firewall.conf
+--- arno-iptables-firewall_1.9.2b-orig/etc/arno-iptables-firewall/firewall.conf 2009-05-06 15:20:08.000000000 +0200
++++ arno-iptables-firewall_1.9.2b/etc/arno-iptables-firewall/firewall.conf 2009-08-02 08:58:47.000000000 +0200
+@@ -180,20 +180,20 @@
+ # (EXPERT SETTING!) Location of the iptables-binary (use 'locate iptables' or
+ # 'whereis iptables' to manually locate it), required for (default) IPv4 support
+ # -----------------------------------------------------------------------------
+-IP4TABLES="/sbin/iptables"
++IP4TABLES="/usr/sbin/iptables"
+
+ # (EXPERT SETTING!) Location of the ip6tables-binary (use 'locate ip6tables' or
+ # 'whereis ip6tables' to manually locate it), required for IPv6 support
+ # -----------------------------------------------------------------------------
+-IP6TABLES="/sbin/ip6tables"
++IP6TABLES="/usr/sbin/ip6tables"
+
+ # (EXPERT SETTING!) Location of the environment file
+ # -----------------------------------------------------------------------------
+-ENV_FILE="/usr/local/share/arno-iptables-firewall/environment"
++ENV_FILE="/usr/share/arno-iptables-firewall/environment"
+
+ # (EXPERT SETTING!) Location of plugin binary & config files
+ # -----------------------------------------------------------------------------
+-PLUGIN_BIN_PATH="/usr/local/share/arno-iptables-firewall/plugins"
++PLUGIN_BIN_PATH="/usr/share/arno-iptables-firewall/plugins"
+ PLUGIN_CONF_PATH="/etc/arno-iptables-firewall/plugins"
+
+ # Most people don't want to get any firewall logs being spit to the console.