From 2e951971533b96236dfe549d938b3327da9ee6ff Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Thu, 28 Oct 2010 15:17:37 -0700 Subject: [PATCH] Clear VERBOSE and VERBOSITY at CLI startup Signed-off-by: Tom Eastep --- Shorewall-lite/shorewall-lite | 6 ++++++ Shorewall/shorewall | 6 ++++++ Shorewall6-lite/shorewall6-lite | 6 ++++++ Shorewall6/shorewall6 | 6 ++++++ 4 files changed, 24 insertions(+) diff --git a/Shorewall-lite/shorewall-lite b/Shorewall-lite/shorewall-lite index 91da2be07..1a6b4250e 100755 --- a/Shorewall-lite/shorewall-lite +++ b/Shorewall-lite/shorewall-lite @@ -471,6 +471,12 @@ g_timestamp= g_recovering= g_logread= +# +# Make sure that these variables are cleared +# +VERBOSE= +VERBOSITY= + finished=0 while [ $finished -eq 0 ]; do diff --git a/Shorewall/shorewall b/Shorewall/shorewall index 13a4e7b31..a48615b40 100755 --- a/Shorewall/shorewall +++ b/Shorewall/shorewall @@ -1417,6 +1417,12 @@ g_debug= g_export= g_refreshchains= +# +# Make sure that these variables are cleared +# +VERBOSE= +VERBOSITY= + finished=0 while [ $finished -eq 0 ]; do diff --git a/Shorewall6-lite/shorewall6-lite b/Shorewall6-lite/shorewall6-lite index 54777618d..5082ec979 100755 --- a/Shorewall6-lite/shorewall6-lite +++ b/Shorewall6-lite/shorewall6-lite @@ -455,6 +455,12 @@ g_recovering= g_purge= g_logread= +# +# Make sure that these variables are cleared +# +VERBOSE= +VERBOSITY= + finished=0 while [ $finished -eq 0 ]; do diff --git a/Shorewall6/shorewall6 b/Shorewall6/shorewall6 index d435c5a2f..d64c07a5c 100755 --- a/Shorewall6/shorewall6 +++ b/Shorewall6/shorewall6 @@ -1332,6 +1332,12 @@ g_noroutes= g_purge= g_timestamp= +# +# Make sure that these variables are cleared +# +VERBOSE= +VERBOSITY= + finished=0 while [ $finished -eq 0 ]; do