mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-11 15:41:41 +02:00
compilers include error and warning messages in generated scripts and config files
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ while (<>) {
|
||||
$fw=$1;
|
||||
printf "\n";
|
||||
printf "echo '***** $fw'\n";
|
||||
printf "fwb_ipt -4 -v -f $XMLFILE $fw\n";
|
||||
printf "fwb_ipt -4 -v -f $XMLFILE -xt $fw\n";
|
||||
$str=~ s/^.*<Firewall [^>]+name="$fw"[^>]+>//;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user