Fix permissions on /usr/share/shorewall/Limits

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4095 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-06-14 15:00:21 +00:00
parent a1d6ecd8c3
commit 512d37d8ec
3 changed files with 21 additions and 17 deletions

View File

@ -1,3 +1,17 @@
Changes in 3.2.0 RC 4
1) Fix permissions on Limits file.
-------------------------------------------------------------------------------
Changes in 3.2.0 RC 3
1) Remove hard directory references from compiled programs.
2) Fix /nat <-> /proxyarp typo.
3) Avoid use of symbolic link for /sbin/shorewall
-------------------------------------------------------------------------------
Changes in 3.2.0 RC 2
1) Update versions.

View File

@ -631,7 +631,7 @@ for f in action.* ; do
echo "Action ${f#*.} file installed as ${PREFIX}/usr/share/shorewall/$f"
done
install_file Limit ${PREFIX}/usr/share/shorewall/Limit 0600
install_file Limit ${PREFIX}/usr/share/shorewall/Limit 0644
echo "Limit action extension script installed as ${PREFIX}/usr/share/shorewall/Limit"
#
# Install the Macro files

View File

@ -1,4 +1,4 @@
Shorewall 3.2.0 RC 3
Shorewall 3.2.0 RC 4
Note to users upgrading from Shorewall 2.x or 3.0
@ -31,24 +31,14 @@ Note to users upgrading from Shorewall 2.x or 3.0
Please see the "Migration Considerations" below for additional upgrade
information.
Problems Corrected in 3.2.0 RC 3
Problems Corrected in 3.2.0 RC 4
1) When -e is specified to the compile command, it is possible for an
incorrect direct reference to /var/lib/shorewall to be included in the
compiled script.
1) When install.sh was used to install/update Shorewall, the
/usr/share/shorewall/Limits file had incorrect permissions.
2) A typo in the compiler resulted in a wrong file being removed during
"shorewall stop" and "shorewall restart". The result was generally harmless.
Other changes in 3.2.0 RC 4
Other changes in 3.2.0 RC 3
1) The controversial symbolic link /sbin/shorewall has been
eliminated. The Shorewall Lite control program is now
/sbin/shorewall-lite. Those users who only run Shorewall Lite and
who prefer the name /sbin/shorewall may create a symbolic link as
follows:
ln -sf shorewall-lite /sbin/shorewall
None.
Migration Considerations: