forked from extern/shorewall_code
Minor tweaks to Lite
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4096 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
512d37d8ec
commit
43f27c704a
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user