Author: joeyh Date: 2005-09-24 20:42:44 +0000 (Sat, 24 Sep 2005) New Revision: 2161 Modified: bin/updatelist Log: new RESERVED and REJECTED Modified: bin/updatelist ==================================================================--- bin/updatelist 2005-09-24 16:47:30 UTC (rev 2160) +++ bin/updatelist 2005-09-24 20:42:44 UTC (rev 2161) @@ -70,10 +70,10 @@ 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";