mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-20 17:58:07 +02:00
Rename Documentation file in /etc/shorewall -- update release documents
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4804 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
44bf79ad53
commit
df38698709
@ -11,6 +11,8 @@ Changes in 3.3.4
|
|||||||
|
|
||||||
5) Only compile traffic shaping once.
|
5) Only compile traffic shaping once.
|
||||||
|
|
||||||
|
6) Move config file documentary comments to a separate file.
|
||||||
|
|
||||||
Changes in 3.3.4
|
Changes in 3.3.4
|
||||||
|
|
||||||
1) Make exclusion work with "show zones"
|
1) Make exclusion work with "show zones"
|
||||||
|
@ -261,7 +261,7 @@ chmod 755 ${PREFIX}/etc/shorewall
|
|||||||
chmod 755 ${PREFIX}/usr/share/shorewall
|
chmod 755 ${PREFIX}/usr/share/shorewall
|
||||||
chmod 755 ${PREFIX}/usr/share/shorewall/configfiles
|
chmod 755 ${PREFIX}/usr/share/shorewall/configfiles
|
||||||
|
|
||||||
run_install $OWNERSHIP -m 0644 Documentation.txt ${PREFIX}/etc/shorewall/Documentation.txt
|
run_install $OWNERSHIP -m 0644 Documentation ${PREFIX}/etc/shorewall/Documentation
|
||||||
#
|
#
|
||||||
# Install the config file
|
# Install the config file
|
||||||
#
|
#
|
||||||
|
@ -47,6 +47,14 @@ Other Changes in 3.3.5.
|
|||||||
networks are defined using the 'ipsec' option in
|
networks are defined using the 'ipsec' option in
|
||||||
/etc/shorewall/hosts).
|
/etc/shorewall/hosts).
|
||||||
|
|
||||||
|
2) From the beginning, the Shorewall configuration files in
|
||||||
|
/etc/shorewall/ have contained documentary comments. While these
|
||||||
|
comments are useful, they present an upgrade problem. Beginning
|
||||||
|
with this release, these comments are removed from the
|
||||||
|
configuration files themselves and are gathered together in a
|
||||||
|
single file /etc/shorewall/Documentation. The documentation is in
|
||||||
|
alphabetical order by file name.
|
||||||
|
|
||||||
Migration Considerations:
|
Migration Considerations:
|
||||||
|
|
||||||
1) Shorewall supports the notion of "default actions". A default
|
1) Shorewall supports the notion of "default actions". A default
|
||||||
|
@ -68,7 +68,7 @@ fi
|
|||||||
%attr(0755,root,root) %dir /usr/share/shorewall
|
%attr(0755,root,root) %dir /usr/share/shorewall
|
||||||
%attr(0755,root,root) %dir /usr/share/shorewall/configfiles
|
%attr(0755,root,root) %dir /usr/share/shorewall/configfiles
|
||||||
%attr(0700,root,root) %dir /var/lib/shorewall
|
%attr(0700,root,root) %dir /var/lib/shorewall
|
||||||
%attr(0644,root,root) %config(noreplace) /etc/shorewall/Documentation.txt
|
%attr(0644,root,root) %config(noreplace) /etc/shorewall/Documentation
|
||||||
%attr(0644,root,root) %config(noreplace) /etc/shorewall/shorewall.conf
|
%attr(0644,root,root) %config(noreplace) /etc/shorewall/shorewall.conf
|
||||||
%attr(0600,root,root) %config(noreplace) /etc/shorewall/zones
|
%attr(0600,root,root) %config(noreplace) /etc/shorewall/zones
|
||||||
%attr(0600,root,root) %config(noreplace) /etc/shorewall/policy
|
%attr(0600,root,root) %config(noreplace) /etc/shorewall/policy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user