diff --git a/Shorewall2/changelog.txt b/Shorewall2/changelog.txt index 9e7bce03b..de2451b72 100644 --- a/Shorewall2/changelog.txt +++ b/Shorewall2/changelog.txt @@ -114,3 +114,5 @@ Changes since 2.0.3 54) Added CONNMARK/ipp2p support. 55) Added LOGALLNEW support. + +56) Fix typo in check_config() diff --git a/Shorewall2/firewall b/Shorewall2/firewall index 101970b82..db35f6be7 100755 --- a/Shorewall2/firewall +++ b/Shorewall2/firewall @@ -2750,7 +2750,7 @@ check_config() { echo "Determining Zones..." determine_zones - check_dupliate_zones + check_duplicate_zones [ -z "$zones" ] && startup_error "ERROR: No Zones Defined" diff --git a/Shorewall2/releasenotes.txt b/Shorewall2/releasenotes.txt index 11b0138ae..9a49254d3 100755 --- a/Shorewall2/releasenotes.txt +++ b/Shorewall2/releasenotes.txt @@ -94,6 +94,14 @@ Problems corrected since 2.1.11 then an incorrect ruleset is generated. This problem was introduced in 2.1.11. +Problems corrected since 2.2.0 Beta 1. + +1) The "shorewall check" command results in the (harmless) error + message: + + /usr/share/shorewall/firewall: line 2753: + check_dupliate_zones: command not found + ----------------------------------------------------------------------- Issues when migrating from Shorewall 2.0 to Shorewall 2.1: