summaryrefslogtreecommitdiffstats
path: root/bin/updatelist
diff options
context:
space:
mode:
authorJoey Hess <joeyh@debian.org>2005-10-17 22:24:52 +0000
committerJoey Hess <joeyh@debian.org>2005-10-17 22:24:52 +0000
commit891bdf14317e8e6e85ecbcb766b40f2fd3ce0aab (patch)
tree7bab8a26ca3d2af85250a4a70ed0088e5641e1e4 /bin/updatelist
parent18d05df03493fb90e2b14ef5f22234f891143348 (diff)
aha, I missed some syntax changes here
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@2431 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 3186cd69dc..f145b252f5 100755
--- a/bin/updatelist
+++ b/bin/updatelist
@@ -137,10 +137,10 @@ foreach my $can (reverse sort { $cans{$a}{can} cmp $cans{$b}{can} } keys %cans)
next unless $listedcans{$can};
print $can.(length $cans{$can}{description} ? " ".$cans{$can}{description} : "")."\n";
if ($cans{$can}{reserved}) {
- print "\tNOTE: reserved\n";
+ print "\tRESERVED\n";
}
if ($cans{$can}{rejected}) {
- print "\tNOTE: rejected\n";
+ print "\tREJECTED\n";
}
if ($cans{$can}{dsa}) {
print "\t{".join(" ", @{$cans{$can}{dsa}})."}\n";

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