updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / arno-iptables-firewall / arno-iptables-firewall.patch
blob194f38b8e38deb3a80545b321d80d99d9c6313e2
1 --- etc/arno-iptables-firewall/firewall.conf 2010-12-30 13:17:02.000000000 +0100
2 +++ etc/arno-iptables-firewall/firewall.conf 2011-01-22 21:10:39.000000000 +0100
3 @@ -233,18 +233,18 @@
4 # 'whereis iptables' to manually locate it), required for (default) IPv4 support
5 # -----------------------------------------------------------------------------
6 -IP4TABLES="/sbin/iptables"
7 +IP4TABLES="/usr/sbin/iptables"
9 # (EXPERT SETTING!) Location of the ip6tables-binary (use 'locate ip6tables' or
10 # 'whereis ip6tables' to manually locate it), required for IPv6 support
11 # -----------------------------------------------------------------------------
12 -IP6TABLES="/sbin/ip6tables"
13 +IP6TABLES="/usr/sbin/ip6tables"
15 # (EXPERT SETTING!) Location of the environment file
16 # -----------------------------------------------------------------------------
17 -ENV_FILE="/usr/local/share/arno-iptables-firewall/environment"
18 +ENV_FILE="/usr/share/arno-iptables-firewall/environment"
20 # (EXPERT SETTING!) Location of plugin binary & config files
21 # -----------------------------------------------------------------------------
22 -PLUGIN_BIN_PATH="/usr/local/share/arno-iptables-firewall/plugins"
23 +PLUGIN_BIN_PATH="/usr/share/arno-iptables-firewall/plugins"
24 PLUGIN_CONF_PATH="/etc/arno-iptables-firewall/plugins"