Parent Directory
|
Revision Log
|
Patch
| sarge-checks/checklist.pl revision 31 by joeyh, Thu Oct 28 21:39:00 2004 UTC | sarge-checks/checklist revision 58 by joeyh, Tue Nov 2 00:39:27 2004 UTC | |
|---|---|---|
| # | Line 14 foreach my $list (@ARGV) { | Line 14 foreach my $list (@ARGV) { |
| 14 | while (<IN>) { | while (<IN>) { |
| 15 | chomp; | chomp; |
| 16 | if (/^\[/) { | if (/^\[/) { |
| 17 | ($id)=m/(DSA-.*?) /; | ($id)=m/((?:DSA|CAN|CVE)-.*?) /; |
| 18 | } | } |
| 19 | elsif (/^(CAN|CVE)-/) { | elsif (/^(DSA|CAN|CVE)-/) { |
| 20 | $id=$_; | $id=$_; |
| 21 | } | } |
| 22 | elsif (/^\s+[!-]\s+(.*?)\s+(.*)$/) { | elsif (/^\s+[!-]\s+(.*?)\s+(.*)$/) { |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |