forked from extern/shorewall_code
Document Coexistence Changes
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4043 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
5f4f5b59d2
commit
e6cf90db1d
@ -6,6 +6,8 @@ Changes in 3.2.0 RC 2
|
||||
|
||||
3) Change 'shorewall version' to include 'Lite'
|
||||
|
||||
4) Allow Shorewall/Shorewall-lite coexistence
|
||||
|
||||
Changes in 3.2.0 RC 1
|
||||
|
||||
1) First Release.
|
||||
|
@ -30,6 +30,33 @@ Other changes in 3.2.0 RC 2
|
||||
3.2.0-RC1 Lite
|
||||
wireless:~ #
|
||||
|
||||
3) It is now possible to have both shorewall and Shorewall Lite
|
||||
installed on the same system if you use RPM. Regardless of whether
|
||||
you use RPM or the installer, Shorewall Lite directory names have
|
||||
been change from 'shorewall' to 'shorewall-lite':
|
||||
|
||||
/etc/shorewall -> /etc/shorewall-lite
|
||||
/usr/share/shorewall -> /usr/share/shorewall-lite
|
||||
/var/lib/shorewall -> /var/lib/shorewall-lite
|
||||
|
||||
If you use the RPMs, whichever package is installed first will
|
||||
determine which package /sbin/shorewall invokes. /sbin/shorewall is
|
||||
now a symbolic link created by 'rpm':
|
||||
|
||||
Shorewall: /sbin/shorewall points to /usr/share/shorewall/shorewall
|
||||
Shorewall Lite:
|
||||
/sbin/shorewall points to /usr/share/shorewall/shorewall-lite
|
||||
|
||||
You may use the 'ln -sf' command to change from one to the other:
|
||||
|
||||
To use 'Shorewall' rather than 'Shorewall Lite'
|
||||
|
||||
ln -sf /usr/share/shorewall/shorewall /sbin/shorewall
|
||||
|
||||
To use 'Shorewall Lite' rather than 'Shorewall'
|
||||
|
||||
ln -sf /usr/share/shorewall-lite/shorewall /sbin/shorewall
|
||||
|
||||
New Features:
|
||||
|
||||
Shorewall Lite is a companion product to Shorewall and is designed to
|
||||
|
@ -4,6 +4,8 @@ Changes in 3.2.0 RC 2
|
||||
|
||||
2) Rationalize the use of IPTABLES and LOGFORMAT.
|
||||
|
||||
3) Allow Shorewall/Shorewall-lite coexistance under RPM
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
Changes in 3.2.0 RC 1
|
||||
|
||||
|
@ -51,6 +51,33 @@ Other changes in 3.2.0 RC 2
|
||||
|
||||
1) The sample configurations have been updated for version 3.2.
|
||||
|
||||
2) It is now possible to have both shorewall and Shorewall Lite
|
||||
installed on the same system if you use RPM. Regardless of whether
|
||||
you use RPM or the installer, Shorewall Lite directory names have
|
||||
been change from 'shorewall' to 'shorewall-lite':
|
||||
|
||||
/etc/shorewall -> /etc/shorewall-lite
|
||||
/usr/share/shorewall -> /usr/share/shorewall-lite
|
||||
/var/lib/shorewall -> /var/lib/shorewall-lite
|
||||
|
||||
If you use the RPMs, whichever package is installed first will
|
||||
determine which package /sbin/shorewall invokes. /sbin/shorewall is
|
||||
now a symbolic link created by 'rpm':
|
||||
|
||||
Shorewall: /sbin/shorewall points to /usr/share/shorewall/shorewall
|
||||
Shorewall Lite:
|
||||
/sbin/shorewall points to /usr/share/shorewall/shorewall-lite
|
||||
|
||||
You may use the 'ln -sf' command to change from one to the other:
|
||||
|
||||
To use 'Shorewall' rather than 'Shorewall Lite'
|
||||
|
||||
ln -sf /usr/share/shorewall/shorewall /sbin/shorewall
|
||||
|
||||
To use 'Shorewall Lite' rather than 'Shorewall'
|
||||
|
||||
ln -sf /usr/share/shorewall-lite/shorewall /sbin/shorewall
|
||||
|
||||
Migration Considerations:
|
||||
|
||||
1) If you are upgrading from Shorewall 2.x, it is essential that you read
|
||||
|
Loading…
Reference in New Issue
Block a user