From 4e07641bf3560a14832984e2995da25da8cae4bc Mon Sep 17 00:00:00 2001 From: teastep Date: Sat, 6 May 2006 16:22:53 +0000 Subject: [PATCH] Restore the ability to refresh traffic control -- Take 2 git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3874 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/compiler | 4 ++-- Shorewall/functions | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Shorewall/compiler b/Shorewall/compiler index 619fef948..c4827ee69 100755 --- a/Shorewall/compiler +++ b/Shorewall/compiler @@ -81,7 +81,7 @@ save_progress_message_short() progress_message_and_save() { - [ $VERBOSE -gt 1 ] && echo "$@" + progress_message "$@" echo "${INDENT}progress_message \"$@\"" >&3 } @@ -8196,7 +8196,7 @@ __EOF__ local version=\$(cat /usr/share/shorewall/version) - if [ \${LIBVERSION:-0} -lt 30190 ]; then + if [ \${LIBVERSION:-0} -lt 30191 ]; then fatal_error "This script requires Shorewall version 3.2.0-Beta5 or later; current version is \$version" fi diff --git a/Shorewall/functions b/Shorewall/functions index a87d1bbbf..b16744bf0 100644 --- a/Shorewall/functions +++ b/Shorewall/functions @@ -2,7 +2,7 @@ # # Shorewall 3.2 -- /usr/share/shorewall/functions -LIBVERSION=30190 +LIBVERSION=30191 # # Message to stderr