From be8b352ee7708fac5830c44874bfe6d1d6ee69af Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Fri, 5 Jun 2009 15:12:59 -0700 Subject: [PATCH] Cleanup of STDERR redirection; Update module versions --- Shorewall/Perl/Shorewall/Compiler.pm | 2 +- Shorewall/Perl/Shorewall/Config.pm | 2 +- Shorewall/Perl/Shorewall/Proc.pm | 2 +- Shorewall/Perl/prog.footer | 2 +- Shorewall/Perl/prog.footer6 | 2 +- Shorewall/init.debian.sh | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Shorewall/Perl/Shorewall/Compiler.pm b/Shorewall/Perl/Shorewall/Compiler.pm index 84d8b4f79..518c4ea10 100644 --- a/Shorewall/Perl/Shorewall/Compiler.pm +++ b/Shorewall/Perl/Shorewall/Compiler.pm @@ -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; diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm index ee1f5d1ce..49d866da5 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -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. diff --git a/Shorewall/Perl/Shorewall/Proc.pm b/Shorewall/Perl/Shorewall/Proc.pm index 3675060da..5ba0b3e11 100644 --- a/Shorewall/Perl/Shorewall/Proc.pm +++ b/Shorewall/Perl/Shorewall/Proc.pm @@ -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 diff --git a/Shorewall/Perl/prog.footer b/Shorewall/Perl/prog.footer index 4ea85e70e..72f13c9fc 100644 --- a/Shorewall/Perl/prog.footer +++ b/Shorewall/Perl/prog.footer @@ -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 diff --git a/Shorewall/Perl/prog.footer6 b/Shorewall/Perl/prog.footer6 index 9d3f32ec0..575ff5205 100644 --- a/Shorewall/Perl/prog.footer6 +++ b/Shorewall/Perl/prog.footer6 @@ -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 diff --git a/Shorewall/init.debian.sh b/Shorewall/init.debian.sh index b2b8f8f58..7a49ff3ef 100755 --- a/Shorewall/init.debian.sh +++ b/Shorewall/init.debian.sh @@ -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.