From 8e0be3d8c1d3f6df3c75b98d6fdbde773ddfb2e1 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 30 May 2005 07:41:37 +0000 Subject: don't kill runaway processes in drakx-in-chroot since we don't detect wether those are runaway processes or normal processes --- perl-install/pkgs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm index c07fa6238..c3df7fa52 100644 --- a/perl-install/pkgs.pm +++ b/perl-install/pkgs.pm @@ -1209,7 +1209,7 @@ sub install { difference2([ $$, hashtree2list(getppid(), \%ppids) ], [ hashtree2list($$, \%ppids) ]) ]); - if (@killpid && $::isInstall) { + if (@killpid && $::isInstall && !$::local_install) { 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