Changeset 30799 for trunk/pstamp/scripts/pstamp_checkdependent.pl
- Timestamp:
- Mar 4, 2011, 1:24:06 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_checkdependent.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_checkdependent.pl
r30742 r30799 27 27 my $IPP_DIFF_MODE_STACK_STACK = 4; 28 28 29 my ($dep_id, $stage, $stage_id, $component, $imagedb, $rlabel, $need_magic, $fault_count, $max_fault_count );29 my ($dep_id, $stage, $stage_id, $component, $imagedb, $rlabel, $need_magic, $fault_count, $max_fault_count, $logfile); 30 30 my ($dbname, $ps_dbserver, $verbose, $save_temps, $no_update); 31 31 … … 40 40 'fault_count=i' => \$fault_count, 41 41 'max_fault_count=i' => \$max_fault_count, 42 'logfile=s' => \$logfile, 42 43 'dbname=s' => \$dbname, # postage stamp server dbname 43 44 'dbserver=s' => \$ps_dbserver, # postage stamp server dbserver … … 67 68 68 69 my $ipprc = PS::IPP::Config->new(); 70 71 if ($logfile) { 72 $ipprc->redirect_output($logfile); 73 } 69 74 70 75 if (!$ps_dbserver) {
Note:
See TracChangeset
for help on using the changeset viewer.
