Fix SUBSYSLOCK value

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4083 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-06-13 14:55:03 +00:00
parent 467e62de62
commit 84048f9a91
3 changed files with 5 additions and 1 deletions

View File

@ -8,6 +8,8 @@ Changes in 3.2.0 RC 3
4) Cleanup.
5) Fix SUBSYSLOCK value.
Changes in 3.2.0 RC 2
1) Remove VERSION from shorecap.

View File

@ -12,6 +12,8 @@ Problems Corrected in 3.2.0 RC 2
to refer to the proper directories and to correct a typo that
prevented the program for detecting any capabilities.
4) The default value of SUBSYSLOCK in shorewall.conf has been changed.
Other changes in 3.2.0 RC 3
1) The controversial symbolic link /sbin/shorewall has been

View File

@ -143,6 +143,6 @@ SHOREWALL_SHELL=/bin/sh
# use lock files, set this to "".
#
SUBSYSLOCK=/var/lock/subsys/shorewall
SUBSYSLOCK=/var/lock/subsys/shorewall-lite
#LAST LINE -- DO NOT REMOVE