summaryrefslogtreecommitdiffstats
path: root/perl-install/detect_devices.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-11-19 16:32:00 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-11-19 16:32:00 +0000
commit9f5fa3324c127bc115beb6deb7cfcc51bb6d126c (patch)
tree1d81e757628129e91b9a8aa353e28a274be63d29 /perl-install/detect_devices.pm
parent1fdea8ed9907ad6ae2c006c6c5d52f782eb4377a (diff)
downloaddrakx-backup-do-not-use-9f5fa3324c127bc115beb6deb7cfcc51bb6d126c.tar
drakx-backup-do-not-use-9f5fa3324c127bc115beb6deb7cfcc51bb6d126c.tar.gz
drakx-backup-do-not-use-9f5fa3324c127bc115beb6deb7cfcc51bb6d126c.tar.bz2
drakx-backup-do-not-use-9f5fa3324c127bc115beb6deb7cfcc51bb6d126c.tar.xz
drakx-backup-do-not-use-9f5fa3324c127bc115beb6deb7cfcc51bb6d126c.zip
fix typo
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 2fc737942..8b44a7708 100644
--- a/perl-install/detect_devices.pm
+++ b/perl-install/detect_devices.pm
@@ -685,7 +685,7 @@ sub hasMousePS2 {
sub raidAutoStartIoctl() {
sysopen(my $F, devices::make("md0"), 2) or return;
- ioctl $F, 0x914, 0; /* RAID_AUTORUN */
+ ioctl $F, 0x914, 0; #- RAID_AUTORUN
}
sub raidAutoStartRaidtab {