From 87c219289170573fcc1abcad3a81c3117402cebb Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Fri, 5 Jan 2001 15:26:21 +0000 Subject: forget _exit in child process after a fork of DrakX --- perl-install/keyboard.pm | 1 + perl-install/lang.pm | 1 + 2 files changed, 2 insertions(+) diff --git a/perl-install/keyboard.pm b/perl-install/keyboard.pm index edf74e87e..a057a8dac 100644 --- a/perl-install/keyboard.pm +++ b/perl-install/keyboard.pm @@ -288,6 +288,7 @@ sub setup { my $packer = new packdrake("$ENV{SHARE_PATH}/keymaps.cz2"); $packer->extract_archive(undef, "$o->[1].bkmap"); }; + c::_exit(0); } } my $f = xmodmap_file($keyboard); diff --git a/perl-install/lang.pm b/perl-install/lang.pm index 13b06b1df..db2457941 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -387,6 +387,7 @@ sub load_po($) { my $packer = new packdrake($f); $packer->extract_archive(undef, "$lang.po"); }; + c::_exit(0); } } } else { -- cgit v1.2.1