From ac619bdc0547dce2bde3912239bb322b6152e404 Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 22 Apr 2007 19:15:05 +0000 Subject: [PATCH] Fix bug with 'check -d' git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6065 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-common/changelog.txt | 6 ++++++ Shorewall-common/shorewall | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Shorewall-common/changelog.txt b/Shorewall-common/changelog.txt index b4dda3334..02b0ce3cb 100644 --- a/Shorewall-common/changelog.txt +++ b/Shorewall-common/changelog.txt @@ -10,6 +10,12 @@ Changes in 3.9.4 5) Re-work ROUTE_FILTER and LOG_MARTIANS. +6) Fix handling of interface options. + +7) Fix handling of zone ipsec options. + +8) Fix 'routeback' on multi-zone interface. + Changes in 3.9.3 1) Apply Steven Springl's patch for port checking. diff --git a/Shorewall-common/shorewall b/Shorewall-common/shorewall index c8e6458fd..b3a783060 100755 --- a/Shorewall-common/shorewall +++ b/Shorewall-common/shorewall @@ -308,7 +308,7 @@ compiler() { perl) [ -x $pc ] || startup_error "SHOREWALL_COMPILER=perl requires the shorewall-perl package which is not installed" debugflags="-w" - [ -n "$DEBUG" ] && debugflags='-wd' && shift + [ -n "$DEBUG" ] && debugflags='-wd' [ -n "$PROFILE" ] && debugflags='-wd:DProf' shift # Perl compiler only takes the output file as a argument