mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-20 01:37:59 +02:00
Cosmetic change
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
707ec67430
commit
c8d8d75cae
@ -86,11 +86,13 @@ sub generate_script_1() {
|
|||||||
my $date = localtime;
|
my $date = localtime;
|
||||||
|
|
||||||
emit "#!/bin/sh\n#\n# Compiled firewall script generated by Shorewall $globals{VERSION} - $date\n#";
|
emit "#!/bin/sh\n#\n# Compiled firewall script generated by Shorewall $globals{VERSION} - $date\n#";
|
||||||
|
|
||||||
if ( $family == F_IPV4 ) {
|
if ( $family == F_IPV4 ) {
|
||||||
copy $globals{SHAREDIRPL} . 'prog.header';
|
copy $globals{SHAREDIRPL} . 'prog.header';
|
||||||
} else {
|
} else {
|
||||||
copy $globals{SHAREDIRPL} . 'prog.header6';
|
copy $globals{SHAREDIRPL} . 'prog.header6';
|
||||||
}
|
}
|
||||||
|
|
||||||
copy $globals{SHAREDIR} . '/lib.common';
|
copy $globals{SHAREDIR} . '/lib.common';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user