summaryrefslogtreecommitdiffstats
path: root/bin/updatelist
diff options
context:
space:
mode:
authorJoey Hess <joeyh@debian.org>2005-09-24 20:42:44 +0000
committerJoey Hess <joeyh@debian.org>2005-09-24 20:42:44 +0000
commit95f0072060f013aaf162ac08094947b7efe735dc (patch)
tree0a0af0cdca57c17cde45cc754b7fdaf89168be2e /bin/updatelist
parent9287f908cdcbe1e88a3b485719e0c6307caeb096 (diff)
new RESERVED and REJECTED
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@2161 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'bin/updatelist')
-rwxr-xr-xbin/updatelist4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/updatelist b/bin/updatelist
index 91f27000b8..7f2ac63f15 100755
--- a/bin/updatelist
+++ b/bin/updatelist
@@ -70,10 +70,10 @@ sub docan {
push @out, "$can".(length $cans{$can}{description} ? " ".$cans{$can}{description} : "")."\n";
if ($cans{$can}{reserved}) {
- push @out, "\tNOTE: reserved\n";
+ push @out, "\tRESERVED\n";
}
if ($cans{$can}{rejected}) {
- push @out, "\tNOTE: rejected\n";
+ push @out, "\tREJECTED\n";
}
if ($cans{$can}{dsa}) {
push @out, "\t{".join(" ", @{$cans{$can}{dsa}})."}\n";

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