Description: Debconf abstract layer
 Allow reading config settings from a debconf settings file from within the
 main firewall configuration.
Forwarded: not-needed
Author: Michael Hanke <michael.hanke@gmail.com>
--- a/etc/arno-iptables-firewall/firewall.conf
+++ b/etc/arno-iptables-firewall/firewall.conf
@@ -241,11 +241,11 @@
 
 # (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.
@@ -490,7 +490,7 @@
 # syslogd to log firewall messages to this file (see LOGLEVEL below for further
 # info).
 # -----------------------------------------------------------------------------
-#FIREWALL_LOG="/var/log/firewall.log"
+FIREWALL_LOG="/var/log/arno-iptables-firewall"
 
 # (EXPERT SETTING!) Current log-level ("info": default kernel syslog level)
 # "debug": can be used to log to /var/log/firewall.log, but you have to configure
--- a/etc/init.d/arno-iptables-firewall
+++ b/etc/init.d/arno-iptables-firewall
@@ -21,7 +21,7 @@
 ############################################################################################
 
 PATH=/bin:/usr/bin:/sbin:/usr/sbin
-PROGRAM="/usr/local/sbin/arno-iptables-firewall"
+PROGRAM="/usr/sbin/arno-iptables-firewall"
 NAME="arno-iptables-firewall"
 
 # Be verbose(1)?:
