diff options
author | damien <damien@mandriva.com> | 2001-02-28 23:14:27 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2001-02-28 23:14:27 +0000 |
commit | 227fe9f11506abe90b5f0541a191f29ab9510ea6 (patch) | |
tree | 33a543630d7a7edc9604246f9941c569231e9c40 /perl-install | |
parent | a28cb977fa517e2f174e943fa4e7562b1f322c63 (diff) | |
download | drakx-backup-do-not-use-227fe9f11506abe90b5f0541a191f29ab9510ea6.tar drakx-backup-do-not-use-227fe9f11506abe90b5f0541a191f29ab9510ea6.tar.gz drakx-backup-do-not-use-227fe9f11506abe90b5f0541a191f29ab9510ea6.tar.bz2 drakx-backup-do-not-use-227fe9f11506abe90b5f0541a191f29ab9510ea6.tar.xz drakx-backup-do-not-use-227fe9f11506abe90b5f0541a191f29ab9510ea6.zip |
typo
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/mousedrake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/standalone/mousedrake b/perl-install/standalone/mousedrake index ebb332f89..2fc6c4d91 100755 --- a/perl-install/standalone/mousedrake +++ b/perl-install/standalone/mousedrake @@ -23,6 +23,7 @@ my $in = vnew interactive('su'); begin: my ($mouse) = mouse::detect() unless $::noauto; +$::isEmbedded and kill USR2, $::CCPID; if (!$mouse || !$::auto) { $mouse ||= mouse::fullname2mouse("serial|Generic 2 Button Mouse"); my $name = $in->ask_from_treelistf('', _("Please, choose the type of your mouse."), '|', |