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
This commit is contained in:
teastep 2006-05-06 16:22:53 +00:00
parent 1ebb13cf08
commit 4e07641bf3
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -2,7 +2,7 @@
#
# Shorewall 3.2 -- /usr/share/shorewall/functions
LIBVERSION=30190
LIBVERSION=30191
#
# Message to stderr