diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-01-30 21:03:09 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-01-30 21:03:09 +0000 |
commit | 7b9c4cb21234e664d3b8f4cf5880efbc6fe0372c (patch) | |
tree | b6442120a906ab13c9d4b388037defd4a53d516b /perl-install/mouse.pm | |
parent | 9aad8255d63b27c26a04ce7cc7bc90bb89ebb31f (diff) | |
download | drakx-7b9c4cb21234e664d3b8f4cf5880efbc6fe0372c.tar drakx-7b9c4cb21234e664d3b8f4cf5880efbc6fe0372c.tar.gz drakx-7b9c4cb21234e664d3b8f4cf5880efbc6fe0372c.tar.bz2 drakx-7b9c4cb21234e664d3b8f4cf5880efbc6fe0372c.tar.xz drakx-7b9c4cb21234e664d3b8f4cf5880efbc6fe0372c.zip |
(detect): replace commands::modprobe by modules::load as it should (or??)
Diffstat (limited to 'perl-install/mouse.pm')
-rw-r--r-- | perl-install/mouse.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/mouse.pm b/perl-install/mouse.pm index 7f75d61b7..bc7a9e565 100644 --- a/perl-install/mouse.pm +++ b/perl-install/mouse.pm @@ -208,7 +208,7 @@ sub detect() { } #- probe serial device to make sure a wacom has been detected. - eval { commands::modprobe("serial") }; + eval { modules::load("serial") }; my ($r, $wacom) = mouseconfig(); return ($r, $wacom) if $r; if (!$::isStandalone) { |