Subject: fix for lintpkgsrc
To: None <tech-pkg@NetBSD.org>
From: Sebastian Prause <sebastian-p@gmx.net>
List: tech-pkg
Date: 09/07/2003 02:06:37
the new vulnerability file name in the lintpkgsrc script wasn't
updated in one case:

--- lintpkgsrc     2003-09-07 02:02:06.000000000 +0200
+++ lintpkgsrc  2003-09-07 02:03:09.000000000 +0200
@@ -1222,7 +1222,7 @@
     verbose(" ($numpkg packages)\n");

     # Do not mark the vulnerabilities file as unknown
-    $distfiles{vulnerabilities} = { path => 'pkg-vulnerabilities',
+    $distfiles{'pkg-vulnerabilities'} = { path => 'pkg-vulnerabilities',
                                      sum => 'IGNORE'};

     foreach my $file (listdir("$pkgdistdir"))