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
commitf6e45fa0ab0e43ec8700044a6df88c2e966d9d94 (patch)
tree09d611d5b88af62be6f46fafa0bd4e6e5d8f69ed /bin/updatelist
parent5e8627bbe2cddbcf55db224f3c1a9c9cfc2456f5 (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