Typos in install.sh

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1360 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2004-05-24 22:49:57 +00:00
parent 7e1a02c5d3
commit fbb6a21ab0
2 changed files with 15 additions and 0 deletions

View File

@ -13,3 +13,5 @@ Changes since 2.0.2
null common action).
6) Add lots of overhead to [re]start in order to catch typing errors.
7) Correct reporting of installation directory in install.sh.

View File

@ -10,6 +10,19 @@ Problems Corrected since 2.0.2
2) The /var/lib/shorewall/restore script did not load the kernel
modules specified in /etc/shorewall/modules.
3) Specifying a null common action in /etc/shorewall/actions (e.g.,
:REJECT) results in a startup error.
4) If /var/lib/shorewall does not exist, shorewall start fails.
5) DNAT rules with a dynamic source zone don't work properly. When
used, these rules cause the rule to be checked against ALL input,
not just input from the designated zone.
6) The install.sh script reported installing some files in
/etc/shorewall when the files were actually installed in
/usr/share/shorewall.
-----------------------------------------------------------------------
Issues when migrating from Shorewall 2.0.2 to Shorewall 2.0.3: