diff --git a/Shorewall-common/changelog.txt b/Shorewall-common/changelog.txt index 2f7d4e918..e10c93561 100644 --- a/Shorewall-common/changelog.txt +++ b/Shorewall-common/changelog.txt @@ -3,3 +3,6 @@ Changes in 3.9.2 1) Implement '-C {shell|perl}'. 2) Implement LOCKFILE + +3) Fix typo in prog.footer. + diff --git a/Shorewall-common/releasenotes.txt b/Shorewall-common/releasenotes.txt index cb92db956..7b609d267 100644 --- a/Shorewall-common/releasenotes.txt +++ b/Shorewall-common/releasenotes.txt @@ -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 diff --git a/Shorewall-perl/prog.footer b/Shorewall-perl/prog.footer index be97739a7..e068879ac 100644 --- a/Shorewall-perl/prog.footer +++ b/Shorewall-perl/prog.footer @@ -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