forked from extern/shorewall_code
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:
parent
9bde119b32
commit
be39e43b8a
@ -117,7 +117,7 @@ our %config =
|
|||||||
USE_ACTIONS=> undef,
|
USE_ACTIONS=> undef,
|
||||||
OPTIMIZE => undef,
|
OPTIMIZE => undef,
|
||||||
EXPORTPARAMS => undef,
|
EXPORTPARAMS => undef,
|
||||||
SHOREWALL4 => undef,
|
SHOREWALL_PL => undef,
|
||||||
#
|
#
|
||||||
# Packet Disposition
|
# Packet Disposition
|
||||||
#
|
#
|
||||||
|
@ -64,7 +64,7 @@ sub generate_script_1 {
|
|||||||
|
|
||||||
my $date = localtime;
|
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} ) {
|
if ( $ENV{EXPORT} ) {
|
||||||
emit 'SHAREDIR=/usr/share/shorewall-lite';
|
emit 'SHAREDIR=/usr/share/shorewall-lite';
|
||||||
|
Loading…
Reference in New Issue
Block a user