diff options
author | Francois Pons <fpons@mandriva.com> | 2001-03-28 14:19:05 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-03-28 14:19:05 +0000 |
commit | 6b8801f914e374526c14a0c580439a876d95f879 (patch) | |
tree | 4e6f1afb887ef956071a119cd08ef54f1cde8e6e /perl-install/standalone/mousedrake | |
parent | a106f867e163279d4b5564be72bea3427c37345c (diff) | |
download | drakx-6b8801f914e374526c14a0c580439a876d95f879.tar drakx-6b8801f914e374526c14a0c580439a876d95f879.tar.gz drakx-6b8801f914e374526c14a0c580439a876d95f879.tar.bz2 drakx-6b8801f914e374526c14a0c580439a876d95f879.tar.xz drakx-6b8801f914e374526c14a0c580439a876d95f879.zip |
fixed for standalone XFdrake and mousedrake (multi-mouse and
correct probe (USB)).
Diffstat (limited to 'perl-install/standalone/mousedrake')
-rwxr-xr-x | perl-install/standalone/mousedrake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/standalone/mousedrake b/perl-install/standalone/mousedrake index 62af16ded..2c6acde75 100755 --- a/perl-install/standalone/mousedrake +++ b/perl-install/standalone/mousedrake @@ -5,6 +5,7 @@ use lib qw(/usr/lib/libDrakX); use common qw(:common :system); use interactive; use standalone; +use modules; use detect_devices; use mouse; use c; @@ -19,6 +20,8 @@ $::testing = /-testing/; my $in = vnew interactive('su'); +-r '/etc/modules.conf' and modules::mergein_conf('/etc/modules.conf'); + begin: my ($mouse) = mouse::detect() unless $::noauto; |