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
commitd88e90ab1c6b36742a68e23f071d9c821c8f9e78 (patch)
treea54072925f47c36ff077afb99477d009b8e481b1 /bin/updatelist
parent8ad5e0482b4c165d584f91e5b6c1465870b16a32 (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