compilers include error and warning messages in generated scripts and config files

This commit is contained in:
Vadim Kurland
2008-06-05 18:44:13 +00:00
parent b73ef65f91
commit f6d0d3f66c
8 changed files with 95 additions and 1 deletions
+1 -1
View File
@@ -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"[^>]+>//;
}
}