summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake/autoconf.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-09-10 07:11:42 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-09-10 07:11:42 +0000
commit6ca815e61043d9c0f86d9ef08f8a2e221aba8ccf (patch)
tree1c0bd1857716df8ccfa3ea395ddaef8a11d1bc17 /perl-install/harddrake/autoconf.pm
parent512f9dd7aef126b0bb7d36ecb9ed27f863f82d2f (diff)
downloaddrakx-backup-do-not-use-6ca815e61043d9c0f86d9ef08f8a2e221aba8ccf.tar
drakx-backup-do-not-use-6ca815e61043d9c0f86d9ef08f8a2e221aba8ccf.tar.gz
drakx-backup-do-not-use-6ca815e61043d9c0f86d9ef08f8a2e221aba8ccf.tar.bz2
drakx-backup-do-not-use-6ca815e61043d9c0f86d9ef08f8a2e221aba8ccf.tar.xz
drakx-backup-do-not-use-6ca815e61043d9c0f86d9ef08f8a2e221aba8ccf.zip
cleanups
Diffstat (limited to 'perl-install/harddrake/autoconf.pm')
-rw-r--r--perl-install/harddrake/autoconf.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/harddrake/autoconf.pm b/perl-install/harddrake/autoconf.pm
index e2e48b27c..91ec054d9 100644
--- a/perl-install/harddrake/autoconf.pm
+++ b/perl-install/harddrake/autoconf.pm
@@ -26,7 +26,6 @@ sub network_conf {
sub mouse_conf {
my ($modules_conf) = @_;
- log::explanations("Autoconfiguring mouse since we switched between 2.4.x and 2.6.x kernels");
require do_pkgs;
require mouse;
mouse::write_conf(do_pkgs_standalone->new, $modules_conf, mouse::detect($modules_conf), 1);