Changeset 374
- Timestamp:
- 07/03/07 13:38:50 (2 years ago)
- Files:
-
- trunk/hotstuff/src/hotstuff-scan (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/hotstuff/src/hotstuff-scan
r373 r374 140 140 if($name eq "payload"){ 141 141 if(-f "$oldvalue.asc"){ 142 print "// signature at $oldvalue.asc\n"; 142 if(!$opt_quiet){ 143 print "// signature at $oldvalue.asc\n"; 144 } 143 145 144 146 open(F, "$oldvalue.asc"); … … 392 394 }else{ 393 395 $updatepath = "$updatepath <= $oldversion"; 394 print "-- [dismiss] ", $key, " :: ", $stuff{'author'}, "\n"; 396 if(!$opt_quiet){ 397 print "-- [dismiss] ", $key, " :: ", $stuff{'author'}, "\n"; 398 } 395 399 } 396 400 }
