aboutsummaryrefslogtreecommitdiff
path: root/network/arno-iptables-firewall/patch-configuration-file.diff
diff options
context:
space:
mode:
Diffstat (limited to 'network/arno-iptables-firewall/patch-configuration-file.diff')
-rw-r--r--network/arno-iptables-firewall/patch-configuration-file.diff16
1 files changed, 16 insertions, 0 deletions
diff --git a/network/arno-iptables-firewall/patch-configuration-file.diff b/network/arno-iptables-firewall/patch-configuration-file.diff
new file mode 100644
index 0000000000000..f49ee6099f981
--- /dev/null
+++ b/network/arno-iptables-firewall/patch-configuration-file.diff
@@ -0,0 +1,16 @@
+235c235
+< IP4TABLES="/sbin/iptables"
+---
+> IP4TABLES="/usr/sbin/iptables"
+240c240
+< IP6TABLES="/sbin/ip6tables"
+---
+> IP6TABLES="/usr/sbin/ip6tables"
+244c244
+< ENV_FILE="/usr/local/share/arno-iptables-firewall/environment"
+---
+> ENV_FILE="/usr/share/arno-iptables-firewall/environment"
+248c248
+< PLUGIN_BIN_PATH="/usr/local/share/arno-iptables-firewall/plugins"
+---
+> PLUGIN_BIN_PATH="/usr/share/arno-iptables-firewall/plugins"