Changeset 29205 for trunk/ippScripts/scripts/ipp_apply_burntool.pl
- Timestamp:
- Sep 22, 2010, 3:26:27 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/ipp_apply_burntool.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/ipp_apply_burntool.pl
r27299 r29205 55 55 my $ppConfigDump = can_run('ppConfigDump') or (warn "Can't find ppConfigDump" and $missing_tools = 1); 56 56 my $nebXattr = can_run('neb-xattr') or (warn "Can't find neb-xattr" and $missing_tools = 1); 57 my $nebreplicate = can_run('neb-replicate') or (warn "Can't find neb-replicate" and $missing_tools = 1); 57 58 #my $fpack = can_run('fpack') or (warn "Can't find fpack" and $missing_tools = 1); 58 59 if ($missing_tools) { … … 214 215 215 216 $status = vsystem ("$nebXattr --write $outTable user.copies:2",$REALRUN); 217 $status = vsystem ("$nebreplicate --set_copies 2 $outTable",$REALRUN); 216 218 $status = vsystem ("$regtool -dbname $dbname -updateprocessedimfile -exp_id $exp_id -class_id $class_id -burntool_state $outState", $REALRUN); 217 219 if ($status) {
Note:
See TracChangeset
for help on using the changeset viewer.
