From 3e9aa61af8b0f320ac6106807cf20d1cfe749f7b Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 25 Aug 2004 10:04:14 +0000 Subject: run proper program :-) --- perl-install/standalone/service_harddrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/service_harddrake') diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake index 3cb61933d..0ac8f2807 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -63,7 +63,7 @@ my $in; my $splash = -f '/proc/splash'; # For each hw, class, detect device, compare and offer to reconfigure if needed foreach my $hw_class (@harddrake::data::tree) { - my ($Ident, $item, $configurator, $detector, $do_it) = @$hw_class{qw(class string configurator_auto detector checked_on_boot)}; + my ($Ident, $item, $configurator, $detector, $do_it) = @$hw_class{qw(class string configurator detector checked_on_boot)}; $configurator ||= $hw_class->{configurator}; next unless $do_it ^ $invert_do_it; -- cgit v1.2.1