From aba8a80ef17d4700640268e0e73311367ef23131 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 9 Jun 2005 10:36:17 +0000 Subject: (install) do not kill runaway processes when building the globetrotter --- perl-install/pkgs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm index 43442db40..d9ad942e2 100644 --- a/perl-install/pkgs.pm +++ b/perl-install/pkgs.pm @@ -1200,7 +1200,7 @@ sub install { difference2([ $$, hashtree2list(getppid(), \%ppids) ], [ hashtree2list($$, \%ppids) ]) ]); - if (@killpid && $::isInstall && !$::local_install) { + if (@killpid && $::isInstall && !$::local_install && !$::build_globetrotter) { foreach (@killpid) { my ($prog, @para) = split("\0", cat_("/proc/$_/cmdline")); log::l("ERROR: DrakX should not have to clean the packages shit. Killing $_: " . join(' ', $prog, @para) . ".") if $prog ne '/usr/lib/gconfd-2'; -- cgit v1.2.1