/[secure-testing]/sarge-checks/checklist
ViewVC logotype

Diff of /sarge-checks/checklist

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 242 by joeyh, Wed Jan 5 10:59:07 2005 UTC revision 244 by joeyh, Wed Jan 5 12:30:13 2005 UTC
# Line 12  if (! @ARGV) { Line 12  if (! @ARGV) {
12  }  }
13    
14  if ($html) {  if ($html) {
15          print "<title>testing security issues</title>\n";          print "<html><title>testing security issues</title>\n";
16          print "<ul>\n";          print "<ul>\n";
17  }  }
18    
# Line 73  foreach my $list (@ARGV) { Line 73  foreach my $list (@ARGV) {
73  if ($html) {  if ($html) {
74          print "</ul>\n";          print "</ul>\n";
75          print "<hr>\n";          print "<hr>\n";
76          print "Total unfixed: $unfixed\n";          print "Total unfixed: $unfixed<br>\n";
77          print "Total fixed in unstable but not testing: $unprop\n";          print "Total fixed in unstable but not testing: $unprop<br>\n";
78          print "Last update: ".`date`;          print "Last update: ".`date`."<br>\n";
79            print "</html>\n";
80  }  }

Legend:
Removed from v.242  
changed lines
  Added in v.244

  ViewVC Help
Powered by ViewVC 1.1.5