forked from extern/shorewall_code
Fix typo in Shorewall-perl prog.footer
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5946 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
590f4774dd
commit
60b3fd5976
@ -3,3 +3,6 @@ Changes in 3.9.2
|
||||
1) Implement '-C {shell|perl}'.
|
||||
|
||||
2) Implement LOCKFILE
|
||||
|
||||
3) Fix typo in prog.footer.
|
||||
|
||||
|
@ -22,7 +22,10 @@ Problems corrected in Shorewall 3.9.2
|
||||
broke Shorewall Lite.
|
||||
|
||||
2) The params file was being copied into the generated script
|
||||
independent of the setting of EXPORTPARAMS.
|
||||
independent of the setting of EXPORTPARAMS.
|
||||
|
||||
3) The 'refresh' command no longer fails with an error
|
||||
'define_firewalll: not found'.
|
||||
|
||||
Other changes in Shorewall 3.9.2
|
||||
|
||||
|
@ -114,7 +114,7 @@ case "$COMMAND" in
|
||||
refresh)
|
||||
if shorewall_is_started; then
|
||||
progress_message3 "Refreshing $PRODUCT...."
|
||||
define_firewalll
|
||||
define_firewall
|
||||
status=$?
|
||||
progress_message3 "done."
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user