IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 26, 2008, 1:28:12 PM (18 years ago)
Author:
bills
Message:

-processedreq chanaged to -updatereq
-processedjob changed to -updatejob

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstamp_finish.pl

    r18983 r19221  
    217217    # set the request's state to stop
    218218    {
    219         my $command = "$pstamptool -processedreq -req_id $req_id -state stop -fault $request_fault";
     219        my $command = "$pstamptool -updatereq -req_id $req_id -state stop -fault $request_fault";
    220220        $command   .= " -dbname $dbname" if $dbname;
    221221        my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
     
    231231    my $dbname = shift;
    232232
    233     my $command = "$pstamptool -processedreq -req_id $req_id -state stop -fault $fault";
     233    my $command = "$pstamptool -updatereq -req_id $req_id -state stop -fault $fault";
    234234    $command   .= " -dbname $dbname" if $dbname;
    235235
Note: See TracChangeset for help on using the changeset viewer.