forked from extern/shorewall_code
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;
|
||||
|
||||
emit "#!/bin/sh\n#\n# Compiled firewall script generated by Shorewall $globals{VERSION} - $date\n#";
|
||||
|
||||
if ( $family == F_IPV4 ) {
|
||||
copy $globals{SHAREDIRPL} . 'prog.header';
|
||||
} else {
|
||||
copy $globals{SHAREDIRPL} . 'prog.header6';
|
||||
}
|
||||
|
||||
copy $globals{SHAREDIR} . '/lib.common';
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user