summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-09-14 06:58:15 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-09-14 06:58:15 +0000
commitcccf0915c39d640156bf470acb7deceb0b4ea08e (patch)
tree79058717d3c36ee93eb3f917c43735a93d8abcc7 /perl-install
parentb74121dd3c0dd0b05edea66d6c0498cdee87276b (diff)
downloaddrakx-backup-do-not-use-cccf0915c39d640156bf470acb7deceb0b4ea08e.tar
drakx-backup-do-not-use-cccf0915c39d640156bf470acb7deceb0b4ea08e.tar.gz
drakx-backup-do-not-use-cccf0915c39d640156bf470acb7deceb0b4ea08e.tar.bz2
drakx-backup-do-not-use-cccf0915c39d640156bf470acb7deceb0b4ea08e.tar.xz
drakx-backup-do-not-use-cccf0915c39d640156bf470acb7deceb0b4ea08e.zip
space cleanup
Diffstat (limited to 'perl-install')
-rwxr-xr-xperl-install/standalone/service_harddrake2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake
index 0c653b9bc..46dee7dd8 100755
--- a/perl-install/standalone/service_harddrake
+++ b/perl-install/standalone/service_harddrake
@@ -33,7 +33,7 @@ $curr_kernel =~ s/(^\d+\.\d+).*/$1/;
setVarsInSh("$hw_sysconfdir/kernel", { KERNEL => $curr_kernel });
if ($curr_kernel ne $prev_kernel) {
log::explanations("Autoconfiguring mouse since we switched between 2.4.x and 2.6.x kernels");
- harddrake::autoconf::mouse_conf($modules_conf) ;
+ harddrake::autoconf::mouse_conf($modules_conf);
}
if (find { $_->{driver} =~ /Card:NVIDIA/ } detect_devices::probeall()) {