summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/service_harddrake
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-08-25 10:04:14 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-08-25 10:04:14 +0000
commit3e9aa61af8b0f320ac6106807cf20d1cfe749f7b (patch)
tree8dfc6ac7846e27b320c17923338676780936bac1 /perl-install/standalone/service_harddrake
parente509e8dd821cec47a5d9dd7c139a48667188c4ca (diff)
downloaddrakx-3e9aa61af8b0f320ac6106807cf20d1cfe749f7b.tar
drakx-3e9aa61af8b0f320ac6106807cf20d1cfe749f7b.tar.gz
drakx-3e9aa61af8b0f320ac6106807cf20d1cfe749f7b.tar.bz2
drakx-3e9aa61af8b0f320ac6106807cf20d1cfe749f7b.tar.xz
drakx-3e9aa61af8b0f320ac6106807cf20d1cfe749f7b.zip
run proper program :-)
Diffstat (limited to 'perl-install/standalone/service_harddrake')
-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 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;