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>
Last-Update: 2018-11-28
--- a/etc/arno-iptables-firewall/firewall.conf
+++ b/etc/arno-iptables-firewall/firewall.conf
@@ -253,11 +253,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.
@@ -521,7 +521,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
--- 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)?:
--- a/lib/systemd/system/arno-iptables-firewall.service
+++ b/lib/systemd/system/arno-iptables-firewall.service
@@ -7,9 +7,9 @@
 
 [Service]
 Type=oneshot
-ExecStart=/usr/local/sbin/arno-iptables-firewall start
-ExecStop=/usr/local/sbin/arno-iptables-firewall stop
-ExecReload=/usr/local/sbin/arno-iptables-firewall force-reload
+ExecStart=/usr/sbin/arno-iptables-firewall start
+ExecStop=/usr/sbin/arno-iptables-firewall stop
+ExecReload=/usr/sbin/arno-iptables-firewall force-reload
 RemainAfterExit=yes
 
 [Install]
