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
commitb07140a03b163687c6865c97b581477d4400e73f (patch)
tree357fa85f8d7ddba1ab380471026be84c4c312339 /bin/updatelist
parentb116cdf16c554efdf08ae62798412343d8666923 (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