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/request_finish.pl

    r18984 r19221  
    7676    # Since we don't have a req_name there's not much we can do so just the request's state to stop.
    7777    print STDERR "request  $req_id has unknown reqType $req_type\n" if $verbose;
    78     my $command = "$pstamptool -processedreq -req_id $req_id -state stop -fault $PS_EXIT_DATA_ERROR";
     78    my $command = "$pstamptool -updatereq -req_id $req_id -state stop -fault $PS_EXIT_DATA_ERROR";
    7979    $command   .= " -dbname $dbname" if $dbname;
    8080    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note: See TracChangeset for help on using the changeset viewer.