From 60b3fd59764a775a4f7f3aec84bf3185f492dcaf Mon Sep 17 00:00:00 2001 From: teastep Date: Mon, 16 Apr 2007 18:07:52 +0000 Subject: [PATCH] Fix typo in Shorewall-perl prog.footer git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5946 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-common/changelog.txt | 3 +++ Shorewall-common/releasenotes.txt | 5 ++++- Shorewall-perl/prog.footer | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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