On Fri, 2011-08-26 at 20:55 +0100, Steven Jan Springl wrote:

> Tom
> 
> Issuing the command '/var/lib/shorewall/firewall disable eth1' produces the 
> following message:
> 
> var/lib/shorewall/firewall: 38411: shorewal_is_started: not found


Crap -- added that test after I had completed testing enable/disable
and, wouldn't you know it, there is a typo in it.

Patch attached.

Thanks, Steven
-Tom
-- 
Tom Eastep        \ When I die, I want to go like my Grandfather who
Shoreline,         \ died peacefully in his sleep. Not screaming like
Washington, USA     \ all of the passengers in his car
http://shorewall.net \________________________________________________

diff --git a/Shorewall/Perl/prog.footer b/Shorewall/Perl/prog.footer
index 71ac8f3..8e45050 100644
--- a/Shorewall/Perl/prog.footer
+++ b/Shorewall/Perl/prog.footer
@@ -323,7 +323,7 @@ case "$COMMAND" in
 	[ $# -eq 1 ] && exit 0
 	shift
 	[ $# -ne 1 ] && usage 2
-	if shorewal_is_started; then
+	if shorewall_is_started; then
 	    disable_provider $1
 	fi
 	status=0

Attachment: signature.asc
Description: This is a digitally signed message part

------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
Shorewall-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/shorewall-devel

Reply via email to