Changeset 19465 for trunk/ippTasks/register.pro
- Timestamp:
- Sep 10, 2008, 11:07:54 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/register.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/register.pro
r18607 r19465 71 71 # iff the DB list is not set, use the value defined in .ipprc 72 72 task.exec 73 $run = regtool -pendingimfile 73 74 if ($DB:n == 0) 74 75 option DEFAULT 75 command regtool -pendingimfile -limit 2076 76 else 77 77 # save the DB name for the exit tasks 78 78 option $DB:$regPendingImfile_DB 79 command regtool -pendingimfile -limit 20-dbname $DB:$regPendingImfile_DB79 $run = $run -dbname $DB:$regPendingImfile_DB 80 80 $regPendingImfile_DB ++ 81 81 if ($regPendingImfile_DB >= $DB:n) set regPendingImfile_DB = 0 82 82 end 83 add_poll_args run 84 command $run 83 85 end 84 86 … … 198 200 199 201 task.exec 202 $run = regtool -pendingexp 200 203 if ($DB:n == 0) 201 204 option DEFAULT 202 command regtool -pendingexp -limit 20203 205 else 204 206 # save the DB name for the exit tasks 205 207 option $DB:$regPendingExp_DB 206 command regtool -pendingexp -limit 20-dbname $DB:$regPendingExp_DB208 $run = $run -dbname $DB:$regPendingExp_DB 207 209 $regPendingExp_DB ++ 208 210 if ($regPendingExp_DB >= $DB:n) set regPendingExp_DB = 0 209 211 end 212 add_poll_args run 213 command $run 210 214 end 211 215
Note:
See TracChangeset
for help on using the changeset viewer.
