Changeset 319
- Timestamp:
- 11/29/06 21:26:02 (6 years ago)
- Files:
-
- 1 modified
-
applications/shepherd (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
applications/shepherd
r318 r319 880 880 &log($_); 881 881 $prog_output .= $_ if ($want_output); 882 $pending_messages->{$component}->{stats} .= $ _ if ($_ =~ /^STATS:/);882 $pending_messages->{$component}->{stats} .= $1 if ($_ =~ /^STATS: (.*)/); 883 883 } 884 884 alarm(0) if ($timeout > 0); # cancel alarm
