From 2769b09f64ae269b1dab09bb594db220f01312e8 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sun, 19 Jun 2011 08:39:44 -0700 Subject: [PATCH] Correct typeos in shorewall and shorwall6 --- Shorewall/shorewall | 2 +- Shorewall6/shorewall6 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Shorewall/shorewall b/Shorewall/shorewall index 1e4f6f1d4..fec510fcb 100755 --- a/Shorewall/shorewall +++ b/Shorewall/shorewall @@ -397,7 +397,7 @@ compiler() { [ "$g_debugging" = trace ] && options="$options --debug" [ -n "$g_refreshchains" ] && options="$options --refresh=$g_refreshchains" [ -n "$g_confess" ] && options="$options --confess" - [ -n "$g_updatee" ] && options="$options --update" + [ -n "$g_update" ] && options="$options --update" [ -n "$g_annotate" ] && options="$options --annotate" if [ -n "$PERL" ]; then diff --git a/Shorewall6/shorewall6 b/Shorewall6/shorewall6 index ba5426515..71d2f444c 100755 --- a/Shorewall6/shorewall6 +++ b/Shorewall6/shorewall6 @@ -1745,7 +1745,7 @@ case "$COMMAND" in update) get_config Yes shift - g_updatee=Yes + g_update=Yes check_command $@ ;; show|list)