Changeset 19221 for trunk/pstamp/scripts/request_finish.pl
- Timestamp:
- Aug 26, 2008, 1:28:12 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/request_finish.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/request_finish.pl
r18984 r19221 76 76 # Since we don't have a req_name there's not much we can do so just the request's state to stop. 77 77 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"; 79 79 $command .= " -dbname $dbname" if $dbname; 80 80 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note:
See TracChangeset
for help on using the changeset viewer.
