[Netpass-devel] NetPass/bin import_snort_rules.pl,1.9,1.10
Brought to you by:
jeffmurphy
From: Matt <mt...@us...> - 2005-05-07 04:27:49
|
Update of /cvsroot/netpass/NetPass/bin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv834 Modified Files: import_snort_rules.pl Log Message: Index: import_snort_rules.pl =================================================================== RCS file: /cvsroot/netpass/NetPass/bin/import_snort_rules.pl,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- import_snort_rules.pl 1 May 2005 13:03:57 -0000 1.9 +++ import_snort_rules.pl 7 May 2005 04:27:41 -0000 1.10 @@ -118,7 +118,9 @@ ); if ($rv ne 1) { - warn "failed to add $sid $rv"; + printf("failed to add %s\n", $rv); + } else { + printf("successfully added %d\n", $sid); } } |