Fix bug with 'check -d'

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6065 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-04-22 19:15:05 +00:00
parent d3556e4d40
commit ac619bdc05
2 changed files with 7 additions and 1 deletions

View File

@ -10,6 +10,12 @@ Changes in 3.9.4
5) Re-work ROUTE_FILTER and LOG_MARTIANS. 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 Changes in 3.9.3
1) Apply Steven Springl's patch for port checking. 1) Apply Steven Springl's patch for port checking.

View File

@ -308,7 +308,7 @@ compiler() {
perl) perl)
[ -x $pc ] || startup_error "SHOREWALL_COMPILER=perl requires the shorewall-perl package which is not installed" [ -x $pc ] || startup_error "SHOREWALL_COMPILER=perl requires the shorewall-perl package which is not installed"
debugflags="-w" debugflags="-w"
[ -n "$DEBUG" ] && debugflags='-wd' && shift [ -n "$DEBUG" ] && debugflags='-wd'
[ -n "$PROFILE" ] && debugflags='-wd:DProf' [ -n "$PROFILE" ] && debugflags='-wd:DProf'
shift # Perl compiler only takes the output file as a argument shift # Perl compiler only takes the output file as a argument