summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2001-01-05 15:26:21 +0000
committerFrancois Pons <fpons@mandriva.com>2001-01-05 15:26:21 +0000
commit87c219289170573fcc1abcad3a81c3117402cebb (patch)
tree3c772baa7d412cd6230dcbb97e348a9e75ae8f03
parent65ef27a5bdc4cb35bf1fc586a6190c34fc9cd58c (diff)
downloaddrakx-backup-do-not-use-87c219289170573fcc1abcad3a81c3117402cebb.tar
drakx-backup-do-not-use-87c219289170573fcc1abcad3a81c3117402cebb.tar.gz
drakx-backup-do-not-use-87c219289170573fcc1abcad3a81c3117402cebb.tar.bz2
drakx-backup-do-not-use-87c219289170573fcc1abcad3a81c3117402cebb.tar.xz
drakx-backup-do-not-use-87c219289170573fcc1abcad3a81c3117402cebb.zip
forget _exit in child process after a fork of DrakX
-rw-r--r--perl-install/keyboard.pm1
-rw-r--r--perl-install/lang.pm1
2 files changed, 2 insertions, 0 deletions
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 {