Forward Firewall: cleanup of initscript. Fixes double log entries when INPUT is set to REJECT

This commit is contained in:
Alexander Marx
2013-03-21 17:34:30 +01:00
committed by Michael Tremer
parent fb61ec6715
commit 218b3341b6
2 changed files with 3 additions and 21 deletions

View File

@@ -77,7 +77,7 @@ my %aliases=();
my %optionsfw=();
my %ifaces=();
my $VERSION='0.9.8.8';
my $VERSION='0.9.8.9';
my $color;
my $confignet = "${General::swroot}/fwhosts/customnetworks";
my $confighost = "${General::swroot}/fwhosts/customhosts";