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 + 1 file changed, 1 insertion(+) (limited to 'perl-install/keyboard.pm') 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); -- cgit v1.2.1