forked from extern/shorewall_code
Update version
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6080 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
c51742630c
commit
8476592a4f
@ -64,7 +64,7 @@ our %globals = ( SHAREDIR => '/usr/share/shorewall' ,
|
||||
CONFDIR => '/etc/shorewall',
|
||||
SHAREDIRPL => '/usr/share/shorewall-perl/',
|
||||
LOGPARMS => '',
|
||||
VERSION => '3.9.2',
|
||||
VERSION => '3.9.4',
|
||||
);
|
||||
|
||||
#
|
||||
|
@ -650,6 +650,7 @@ sub setup_mac_lists( $ ) {
|
||||
progress_message " $doing MAC Verification for @maclist_interfaces -- Phase $phase...";
|
||||
|
||||
if ( $phase == 1 ) {
|
||||
|
||||
save_progress_message "Setting up MAC Verification" if @maclist_interfaces;
|
||||
|
||||
for my $interface ( @maclist_interfaces ) {
|
||||
|
@ -22,7 +22,7 @@
|
||||
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA
|
||||
#
|
||||
|
||||
VERSION=3.9.3
|
||||
VERSION=3.9.4
|
||||
|
||||
usage() # $1 = exit status
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user