version 1.105, 2018/08/07 17:12:09
|
version 1.106, 2018/12/06 13:52:28
|
Line 2223 sub KillThemAll {
|
Line 2223 sub KillThemAll {
|
# Our children >will< die. |
# Our children >will< die. |
# but we need to catch their death and cleanup after them in case this is |
# but we need to catch their death and cleanup after them in case this is |
# a restart set of kills |
# a restart set of kills |
my $execdir = $perlvar{'lonDaemons'}; |
|
my @allpids = keys(%ChildPid); |
my @allpids = keys(%ChildPid); |
foreach my $pid (@allpids) { |
foreach my $pid (@allpids) { |
my $serving = $ChildPid{$pid}; |
my $serving = $ChildPid{$pid}; |