Finish the adoption of 'shorewall-pl'

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5668 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-03-24 19:56:48 +00:00
parent 9bde119b32
commit be39e43b8a
2 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ our %config =
USE_ACTIONS=> undef,
OPTIMIZE => undef,
EXPORTPARAMS => undef,
SHOREWALL4 => undef,
SHOREWALL_PL => undef,
#
# Packet Disposition
#

View File

@ -64,7 +64,7 @@ sub generate_script_1 {
my $date = localtime;
emit( "#\n# Compiled firewall script generated by Shorewall " . $env{VERSION} . " - $date\n#" );
emit( "#\n# Compiled firewall script generated by Shorewall-pl " . $env{VERSION} . " - $date\n#" );
if ( $ENV{EXPORT} ) {
emit 'SHAREDIR=/usr/share/shorewall-lite';