mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 15:43:30 +01:00
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:
parent
1ebb13cf08
commit
4e07641bf3
@ -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
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# Shorewall 3.2 -- /usr/share/shorewall/functions
|
||||
|
||||
LIBVERSION=30190
|
||||
LIBVERSION=30191
|
||||
|
||||
#
|
||||
# Message to stderr
|
||||
|
Loading…
Reference in New Issue
Block a user