summaryrefslogtreecommitdiffstats
path: root/perl-install/detect_devices.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>1999-10-12 11:28:03 +0000
committerFrancois Pons <fpons@mandriva.com>1999-10-12 11:28:03 +0000
commit6c41a169c4c78f98807e0a55cde0cb9ea17fd247 (patch)
treed2042a78bddb153436798d945ab60a14841c4122 /perl-install/detect_devices.pm
parente1c4b28c6a055c57bd86df3dbe9da42175055297 (diff)
downloaddrakx-backup-do-not-use-6c41a169c4c78f98807e0a55cde0cb9ea17fd247.tar
drakx-backup-do-not-use-6c41a169c4c78f98807e0a55cde0cb9ea17fd247.tar.gz
drakx-backup-do-not-use-6c41a169c4c78f98807e0a55cde0cb9ea17fd247.tar.bz2
drakx-backup-do-not-use-6c41a169c4c78f98807e0a55cde0cb9ea17fd247.tar.xz
drakx-backup-do-not-use-6c41a169c4c78f98807e0a55cde0cb9ea17fd247.zip
*** empty log message ***
Diffstat (limited to 'perl-install/detect_devices.pm')
-rw-r--r--perl-install/detect_devices.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm
index 1320c778d..6f831bfcf 100644
--- a/perl-install/detect_devices.pm
+++ b/perl-install/detect_devices.pm
@@ -109,8 +109,7 @@ sub getIDE() {
my $num = ord (($d =~ /(.)$/)[0]) - ord 'a';
push @idi, { type => $type, device => basename($d), info => $info, bus => $num/2, id => $num%2 };
}
- #- test for zip
- push @idi, { type => 'hd', device => 'hde', info => 'ZIP 100', bus => '1', id => 1 } if $::testing;
+ #- push @idi, { type => 'hd', device => 'hde', info => 'ZIP 100', bus => '1', id => 1 } if $::testing;
@idi;
}