Clear VERBOSE and VERBOSITY at CLI startup

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2010-10-28 15:17:37 -07:00
parent 7bc0d7111e
commit 2e95197153
4 changed files with 24 additions and 0 deletions

View File

@ -471,6 +471,12 @@ g_timestamp=
g_recovering= g_recovering=
g_logread= g_logread=
#
# Make sure that these variables are cleared
#
VERBOSE=
VERBOSITY=
finished=0 finished=0
while [ $finished -eq 0 ]; do while [ $finished -eq 0 ]; do

View File

@ -1417,6 +1417,12 @@ g_debug=
g_export= g_export=
g_refreshchains= g_refreshchains=
#
# Make sure that these variables are cleared
#
VERBOSE=
VERBOSITY=
finished=0 finished=0
while [ $finished -eq 0 ]; do while [ $finished -eq 0 ]; do

View File

@ -455,6 +455,12 @@ g_recovering=
g_purge= g_purge=
g_logread= g_logread=
#
# Make sure that these variables are cleared
#
VERBOSE=
VERBOSITY=
finished=0 finished=0
while [ $finished -eq 0 ]; do while [ $finished -eq 0 ]; do

View File

@ -1332,6 +1332,12 @@ g_noroutes=
g_purge= g_purge=
g_timestamp= g_timestamp=
#
# Make sure that these variables are cleared
#
VERBOSE=
VERBOSITY=
finished=0 finished=0
while [ $finished -eq 0 ]; do while [ $finished -eq 0 ]; do