On 02/04/2013 09:01 AM, Steven Jan Springl wrote: > Tom > > Using the same config. as for RC1 the following message is produced: > > ERROR: syntax error at /usr/share/shorewall/action.Untracked line 47, near ") > {" >
Yep -- I inadvertently omitted 'Intracked' from my new Action test. Patch attached. Thanks Steven, -Tom -- Tom Eastep \ When I die, I want to go like my Grandfather who Shoreline, \ died peacefully in his sleep. Not screaming like Washington, USA \ all of the passengers in his car http://shorewall.net \________________________________________________
diff --git a/Shorewall/action.Untracked b/Shorewall/action.Untracked index 0bcb9ab..0f1a1e2 100644 --- a/Shorewall/action.Untracked +++ b/Shorewall/action.Untracked @@ -44,7 +44,7 @@ my ( $level, $tag ) = get_action_logging; $action = join( ':', $action, $level, $tag ) if "${level}${tag}"; -if ( my $check = check_state( 'UNTRACKED' ) { +if ( my $check = check_state( 'UNTRACKED' ) ) { perl_action_helper( $action, $check == 1 ? "$globals{STATEMATCH} UNTRACKED" : '' ); }
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________ Shorewall-devel mailing list Shorewall-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/shorewall-devel