diff --git a/Shorewall-lite/changelog.txt b/Shorewall-lite/changelog.txt index 0241da709..05c92c7ac 100644 --- a/Shorewall-lite/changelog.txt +++ b/Shorewall-lite/changelog.txt @@ -2,6 +2,8 @@ Changes in 3.2.0 RC 4 1) Add RESTOREFILE to shorewall.conf +2) Correct many inaccuracies in shorewall.conf + Changes in 3.2.0 RC 3 1) Fix configpath. diff --git a/Shorewall-lite/releasenotes.txt b/Shorewall-lite/releasenotes.txt index df869ec61..5aa2dfc1b 100644 --- a/Shorewall-lite/releasenotes.txt +++ b/Shorewall-lite/releasenotes.txt @@ -4,8 +4,16 @@ Problems Corrected in 3.2.0 RC 4 1) RESTOREFILE has been added to shorewall.conf. -2) /sbin/shorewall-lite has been updated to remove vestiges of the 'refresh' - command. +2) Many references to incorrect file names and commands have been + corrected in shorewall.conf. + +3) /sbin/shorewall-lite still supported the 'refresh' command + whereas the firewall script generated by 'compile' did not. + This lead to the following: + + gateway:~ # shorewall-lite refresh + Usage: /usr/share/shorewall-lite/firewall [ -q ] [ -v ] [ -n ] [ start|stop|clear|restart|status|version ] + gateway:~ # Other changes in 3.2.0 RC 4 diff --git a/Shorewall-lite/shorewall.conf b/Shorewall-lite/shorewall.conf index ac27186ab..7d4b745cf 100644 --- a/Shorewall-lite/shorewall.conf +++ b/Shorewall-lite/shorewall.conf @@ -109,8 +109,8 @@ SHOREWALL_SHELL=/bin/sh # SUBSYSTEM LOCK FILE # # Set this to the name of the lock file expected by your init scripts. For -# RedHat, this should be /var/lock/subsys/shorewall. If your init scripts don't -# use lock files, set this to "". +# RedHat, this should be /var/lock/subsys/shorewall-lite. If your init scripts +# don't use lock files, set this to "". # SUBSYSLOCK=/var/lock/subsys/shorewall-lite