Changeset 358
- Timestamp:
- 12/12/06 19:29:34 (6 years ago)
- Files:
-
- 1 modified
-
util/server_daily_maint (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
util/server_daily_maint
r357 r358 314 314 if ($_ =~ /^shepherd\t(\w+)\t([0-9\.]+)\t(\d+)\t(\d+)\t(\d+)\t(.*)$/) { 315 315 # shepherd status response 316 my ($status, $sysid, $user_starttime, $duration, $gmt_offset, $components_used) = ($1,$2,$3,$4,$5 );316 my ($status, $sysid, $user_starttime, $duration, $gmt_offset, $components_used) = ($1,$2,$3,$4,$5,$6); 317 317 $parsed = 1; 318 318
