From 6b8801f914e374526c14a0c580439a876d95f879 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 28 Mar 2001 14:19:05 +0000 Subject: fixed for standalone XFdrake and mousedrake (multi-mouse and correct probe (USB)). --- perl-install/standalone/mousedrake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl-install/standalone/mousedrake') 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; -- cgit v1.2.1