mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-21 12:11:05 +01:00
Cleanup of STDERR redirection; Update module versions
This commit is contained in:
parent
c7210be5f0
commit
be8b352ee7
@ -43,7 +43,7 @@ use Shorewall::Raw;
|
||||
our @ISA = qw(Exporter);
|
||||
our @EXPORT = qw( compiler EXPORT TIMESTAMP DEBUG );
|
||||
our @EXPORT_OK = qw( $export );
|
||||
our $VERSION = '4.3_7';
|
||||
our $VERSION = '4.3_12';
|
||||
|
||||
our $export;
|
||||
|
||||
|
@ -126,7 +126,7 @@ our %EXPORT_TAGS = ( internal => [ qw( create_temp_object
|
||||
|
||||
Exporter::export_ok_tags('internal');
|
||||
|
||||
our $VERSION = '4.3_7';
|
||||
our $VERSION = '4.3_12';
|
||||
|
||||
#
|
||||
# describe the current command, it's present progressive, and it's completion.
|
||||
|
@ -41,7 +41,7 @@ our @EXPORT = qw(
|
||||
setup_forwarding
|
||||
);
|
||||
our @EXPORT_OK = qw( );
|
||||
our $VERSION = '4.3_7';
|
||||
our $VERSION = '4.3_12';
|
||||
|
||||
#
|
||||
# ARP Filtering
|
||||
|
@ -40,7 +40,7 @@ if [ -n "$STARTUP_LOG" ]; then
|
||||
#
|
||||
# We're not tracing or debugging -- tee STDOUT to the log
|
||||
#
|
||||
exec 2>| tee $STARTUP_LOG
|
||||
exec 2>| tee -a $STARTUP_LOG
|
||||
fi
|
||||
fi
|
||||
|
||||
|
@ -37,7 +37,7 @@ if [ -n "$STARTUP_LOG" ]; then
|
||||
#
|
||||
# We're not tracing or debugging -- tee STDOUT to the log
|
||||
#
|
||||
exec 2>| tee $STARTUP_LOG
|
||||
exec 2>| tee -a $STARTUP_LOG
|
||||
fi
|
||||
fi
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
|
||||
SRWL=/sbin/shorewall
|
||||
SRWL_OPTS=""
|
||||
SRWL_OPTS="-tvv"
|
||||
WAIT_FOR_IFUP=/usr/share/shorewall/wait4ifup
|
||||
# Note, set INITLOG to /dev/null if you want to
|
||||
# use Shorewall's STARTUP_LOG feature.
|
||||
|
Loading…
Reference in New Issue
Block a user