Changeset 19221 for trunk/pstamp/scripts/pstamp_finish.pl
- Timestamp:
- Aug 26, 2008, 1:28:12 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_finish.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_finish.pl
r18983 r19221 217 217 # set the request's state to stop 218 218 { 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"; 220 220 $command .= " -dbname $dbname" if $dbname; 221 221 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = … … 231 231 my $dbname = shift; 232 232 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"; 234 234 $command .= " -dbname $dbname" if $dbname; 235 235
Note:
See TracChangeset
for help on using the changeset viewer.
