From e36755ce9e05cbc71812fc50479420d4e7d78a00 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 30 Nov 2004 11:43:09 +0000 Subject: (setDefaultPackages) perl_checker cleanup --- perl-install/install_any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_any.pm') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 9d52210f5..aa9478db7 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -651,7 +651,7 @@ sub setDefaultPackages { my %dmi = map { $_->{name} => $_ } detect_devices::dmidecode(); if ($dmi{System}{Manufacturer} eq "Dell Computer" && member($dmi{System}{'Product Name'}, qw(Inspiron Latitude))) { modules::append_to_modules_loaded_at_startup($_, 'i8k') foreach "$::prefix/etc/modules", "$::prefix/etc/modprobe.preload"; - push @{$o->{default_packages}}, "i8kutils" + push @{$o->{default_packages}}, "i8kutils"; } if ($dmi{System}{Manufacturer} eq 'TOSHIBA' && $dmi{BIOS}{Vendor} eq 'TOSHIBA') { modules::append_to_modules_loaded_at_startup($_, 'toshiba') foreach "$::prefix/etc/modules", "$::prefix/etc/modprobe.preload"; -- cgit v1.2.1