From f107620ef80940712582d8f3d17e2251749ff42f Mon Sep 17 00:00:00 2001 From: teastep Date: Wed, 14 Mar 2007 16:07:30 +0000 Subject: [PATCH] Add README warning to this Branch git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5524 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- New/README.txt | 6 ++++++ New/compiler.pl | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 New/README.txt diff --git a/New/README.txt b/New/README.txt new file mode 100644 index 000000000..91453de0c --- /dev/null +++ b/New/README.txt @@ -0,0 +1,6 @@ + ************** W A R N I N G **************** + +This is code in development that is very likely not to work at all. + +Look at it if you are interested in the next release of Shorewall but +the code is useless beyond its curiosity value. diff --git a/New/compiler.pl b/New/compiler.pl index a08638247..6d9cfcb61 100755 --- a/New/compiler.pl +++ b/New/compiler.pl @@ -1717,7 +1717,7 @@ sub add_common_rules() { if ( @$list ) { my $disposition; - progress_message2 ' $doing TCP Flags checking...'; + progress_message2 " $doing TCP Flags checking..."; $chainref = new_standard_chain 'tcpflags'; @@ -1762,7 +1762,7 @@ sub add_common_rules() { if ( $config{DYNAMIC_ZONES} ) { for $interface ( @interfaces) { for $chain ( @{dynamic_chains $interface} ) { - new_standard_chain '$chain'; + new_standard_chain $chain; } }