summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/harddrake2
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-09-16 16:23:59 +0000
committerThierry Vignaud <tv@mageia.org>2012-09-16 16:23:59 +0000
commit6fb2c7755e05df7fa54109f22114aab2d38b2a07 (patch)
tree290eb9ccbab03ab2fb2f996ec998cf181992e9f0 /perl-install/standalone/harddrake2
parent7b24a21a6b2e7be09ce60b68ae8c64c0d34b80ac (diff)
downloaddrakx-backup-do-not-use-6fb2c7755e05df7fa54109f22114aab2d38b2a07.tar
drakx-backup-do-not-use-6fb2c7755e05df7fa54109f22114aab2d38b2a07.tar.gz
drakx-backup-do-not-use-6fb2c7755e05df7fa54109f22114aab2d38b2a07.tar.bz2
drakx-backup-do-not-use-6fb2c7755e05df7fa54109f22114aab2d38b2a07.tar.xz
drakx-backup-do-not-use-6fb2c7755e05df7fa54109f22114aab2d38b2a07.zip
further simplify
Diffstat (limited to 'perl-install/standalone/harddrake2')
-rwxr-xr-xperl-install/standalone/harddrake22
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2
index 1d7d450a2..588ac6841 100755
--- a/perl-install/standalone/harddrake2
+++ b/perl-install/standalone/harddrake2
@@ -387,7 +387,7 @@ my @classes;
foreach my $hw_class (@harddrake::data::tree) {
my ($Ident, $title, $icon, $configurator, $detector) = @$hw_class{qw(class string icon configurator detector)};
next if ref($detector) ne "CODE"; #skip class witouth detector
- next if $Ident =~ /(MODEM|PRINTER)/ && $::testing;
+ next if $Ident =~ /MODEM/ && $::testing;
next if $Ident =~ /JAZZ/ && !$options{JAZZ_DETECTION};
$detect_devices::detect_serial_modem = 0 if $Ident =~ /MODEM/ && !$options{MODEMS_DETECTION};