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
commit7afd7705a0ae3666d7ca94adba0ec383acd4613f (patch)
tree7547bb00fc0107b8c3092eed7d1ec31aae67cd90 /bin/updatelist
parentf67a68e2927da7bb9c08d0b8984613304375d4b3 (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