From 5e642a14061ac02b6defc1832f3d1063e72210ae Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Thu, 23 Dec 2010 15:34:07 -0800 Subject: [PATCH] Update a comment --- Shorewall/Perl/Shorewall/Rules.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Rules.pm b/Shorewall/Perl/Shorewall/Rules.pm index 4c6e69cf6..0e21b5771 100644 --- a/Shorewall/Perl/Shorewall/Rules.pm +++ b/Shorewall/Perl/Shorewall/Rules.pm @@ -262,7 +262,7 @@ sub map_old_actions( $ ) { # # The final phase (process_actions3) traverses the keys of %usedactions populating each chain appropriately # by reading the related action definition file and creating rules. Note that a given action definition file is -# processed once for each unique [:level[:tag]] applied to an invocation of the action. +# processed once for each unique [:level[:tag]][:param] applied to an invocation of the action. # sub process_rule_common ( $$$$$$$$$$$$$$$$ );