From 4edd6026f0448526f1df0073c17e697f84be361b Mon Sep 17 00:00:00 2001 From: Tuomo Soini Date: Fri, 29 May 2015 22:15:55 +0300 Subject: [PATCH] prog.footer: disabling already disabled inteface is not an error. Neither is enabling already enabled interface Signed-off-by: Tuomo Soini --- Shorewall/Perl/prog.footer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Shorewall/Perl/prog.footer b/Shorewall/Perl/prog.footer index d7c32cb9c..9ef331411 100644 --- a/Shorewall/Perl/prog.footer +++ b/Shorewall/Perl/prog.footer @@ -378,7 +378,7 @@ case "$COMMAND" in mutex_on if product_is_started; then detect_configuration $1 - enable_provider $1 + enable_provider $1 Yes fi mutex_off status=0 @@ -390,7 +390,7 @@ case "$COMMAND" in mutex_on if product_is_started; then detect_configuration $1 - disable_provider $1 + disable_provider $1 Yes fi mutex_off status=0