forked from extern/shorewall_code
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:
parent
d3556e4d40
commit
ac619bdc05
@ -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.
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user