Fix typo in 'reload' processing

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4118 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-06-16 18:32:40 +00:00
parent 53288d45fc
commit 086ff82f35
2 changed files with 5 additions and 1 deletions

View File

@ -68,6 +68,10 @@ Other changes in 3.2.0 RC 4
(usually remote) <system> using scp. If the copy succeeds,
Shorewall Lite on <system> is restarted via ssh.
Note: In Shorewall Lite 3.2.0 RC4, the 'firewall' script has moved
from /usr/share/shorewall/ to /var/lib/shorewall/ in order to
appease the LHS police.
Migration Considerations:
1) If you are upgrading from Shorewall 2.x, it is essential that you read

View File

@ -1286,7 +1286,7 @@ restore_command() {
#
reload_command()
{
shorewall compile -e $1 $1/firewall && scp $1/firewall root@${2}:/var/lib/shorewall-lite/ && ssh root@${2} '/sbin/shorewall-lite restart' && progress_message3 "System $1 reloaded"
shorewall compile -e $1 $1/firewall && scp $1/firewall root@${2}:/var/lib/shorewall-lite/ && ssh root@${2} '/sbin/shorewall-lite restart' && progress_message3 "System $2 reloaded"
}
#
# Help information