summaryrefslogtreecommitdiffstats
path: root/bin/updatelist
diff options
context:
space:
mode:
authorJoey Hess <joeyh@debian.org>2005-09-24 21:42:05 +0000
committerJoey Hess <joeyh@debian.org>2005-09-24 21:42:05 +0000
commitf6f55cef86eea1d35e07e8421e85ca8c14b20583 (patch)
tree8c489869510e9f6e81a99d9d27d2904938ce7368 /bin/updatelist
parentd82f8306e9f5b30409f968cfe3813439dc7ae508 (diff)
fix
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@2168 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'bin/updatelist')
-rwxr-xr-xbin/updatelist2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/updatelist b/bin/updatelist
index 7f2ac63f15..8aa0e01ad5 100755
--- a/bin/updatelist
+++ b/bin/updatelist
@@ -106,7 +106,7 @@ while (<IN>) {
$cans{$can}{description}=$desc;
}
}
- elsif (/^\s+NOTE:\s*(reserved|rejected)\s*$/) {
+ elsif (/^\s+(RESERVED|REJECTED)\s*$/) {
# skip it
}
elsif (/^\s+NOTE: covered by DT?SA.*/) {

© 2014-2024 Faster IT GmbH | imprint | privacy policy