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
commitc403ec93a44668eec9e3892eef74472c69661914 (patch)
tree03c5768d3ee080ba49c8dfa4999b88bebca1dc29 /bin/updatelist
parent3bb2933a6ff2929ee11b81c699f7a804514f8584 (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