summaryrefslogtreecommitdiffstats
path: root/perl-install/detect_devices.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-03-30 23:25:44 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-03-30 23:25:44 +0000
commit75bcbea29b0dba1954344cc78b9ecb75e5007bfa (patch)
tree83d0669e2cdcb66caceb134e88f05179c99a6b55 /perl-install/detect_devices.pm
parent0ed09587c155ff3297d723d038a9e3016d1d599e (diff)
downloaddrakx-backup-do-not-use-75bcbea29b0dba1954344cc78b9ecb75e5007bfa.tar
drakx-backup-do-not-use-75bcbea29b0dba1954344cc78b9ecb75e5007bfa.tar.gz
drakx-backup-do-not-use-75bcbea29b0dba1954344cc78b9ecb75e5007bfa.tar.bz2
drakx-backup-do-not-use-75bcbea29b0dba1954344cc78b9ecb75e5007bfa.tar.xz
drakx-backup-do-not-use-75bcbea29b0dba1954344cc78b9ecb75e5007bfa.zip
no_comment
Diffstat (limited to 'perl-install/detect_devices.pm')
-rw-r--r--perl-install/detect_devices.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm
index 04cef1ccb..74e498d8d 100644
--- a/perl-install/detect_devices.pm
+++ b/perl-install/detect_devices.pm
@@ -67,7 +67,7 @@ sub hasSCSI() {
foreach (<F>) {
/devices: none/ and log::l("no scsi devices are available"), return 0;
}
- log::l("scsi devices are available");
+#- log::l("scsi devices are available");
1;
}
sub hasIDE() { -e "/proc/ide" }