forked from extern/shorewall_code
Apply Alex Wilms's patch for install.sh
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1307 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
3b2513e612
commit
6bb8dab1d8
@ -45,3 +45,6 @@ Changes since 2.0.1
|
||||
21) Fix ALL INTERFACES column parsing.
|
||||
|
||||
22) Correct "shorewall delete" processing.
|
||||
|
||||
23) Apply Alex Wilms's patch for install.sh
|
||||
|
||||
|
@ -531,7 +531,7 @@ if [ -z "$PREFIX" -a -n "$first_install" ]; then
|
||||
echo "Set startup=1 in /etc/default/shorewall to enable"
|
||||
else
|
||||
if [ -x /sbin/insserv -o -x /usr/sbin/insserv ]; then
|
||||
if insserv /etc/init.d/shorewalls ; then
|
||||
if insserv /etc/init.d/shorewall ; then
|
||||
echo
|
||||
echo "shorewall will start automatically at boot"
|
||||
echo "Remove /etc/shorewall/startup_disabled in /etc/default/shorewall to enable"
|
||||
|
@ -13,7 +13,11 @@ Problems Corrected since 2.0.1
|
||||
has been eliminated.
|
||||
|
||||
3) The "shorewall delete" command now correctly removes all dynamic
|
||||
rules pertaining to the host(s) being deleted.
|
||||
rules pertaining to the host(s) being deleted. Thanks to Stefan
|
||||
Engel for this correction.
|
||||
|
||||
4) The install.sh script now works correctly on SuSE. Thanks to Alex
|
||||
Wilms for this correction.
|
||||
|
||||
Problems Corrected since 2.0.2 Beta 1
|
||||
|
||||
@ -40,9 +44,9 @@ Issues when migrating from Shorewall 2.0.0 to Shorewall 2.0.1:
|
||||
|
||||
Example:
|
||||
|
||||
save_command echo Operation Complete
|
||||
save_command echo Operation Complete
|
||||
|
||||
That command would simple write "echo Operation Complete" to the
|
||||
That command would simply write "echo Operation Complete" to the
|
||||
restore file.
|
||||
|
||||
B. run_and_save_command() -- saves the passed command to the restore
|
||||
@ -51,7 +55,7 @@ Issues when migrating from Shorewall 2.0.0 to Shorewall 2.0.1:
|
||||
|
||||
Example:
|
||||
|
||||
run_and_save "echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_all"
|
||||
run_and_save_command "echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_all"
|
||||
|
||||
Note that as in this example, when the command involves file
|
||||
redirection then the entire command must be enclosed in quotes. This
|
||||
|
Loading…
Reference in New Issue
Block a user