diff --git a/Shorewall/Perl/Shorewall/Actions.pm b/Shorewall/Perl/Shorewall/Actions.pm index 2c73f1ebd..64a35c08f 100644 --- a/Shorewall/Perl/Shorewall/Actions.pm +++ b/Shorewall/Perl/Shorewall/Actions.pm @@ -20,8 +20,8 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -# This module contains the low-level processing code for Actions. It is separate -# from Rules.pm so that it can be used by the Policy module. +# This module contains the action variables and routines needed by both the Policy +# and rules modules. # package Shorewall::Actions; require Exporter; diff --git a/Shorewall/Perl/prog.header b/Shorewall/Perl/prog.header index 1b8f91a1c..7461fa468 100644 --- a/Shorewall/Perl/prog.header +++ b/Shorewall/Perl/prog.header @@ -603,7 +603,7 @@ delete_proxyarp() { fi } -\# +# # Remove all Shorewall-added rules # clear_firewall() {