diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-02-14 21:51:52 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-02-14 21:51:52 +0000 |
commit | 98dda60d4c4ea7615d101ce9408e9785a874eed9 (patch) | |
tree | 7e75c2c72da8acaf9ace5f9619f0272fdf2c5de2 /perl-install/modules.pm | |
parent | b665d3c80aa66b6f440ead49ac606e0702ffefd9 (diff) | |
download | drakx-98dda60d4c4ea7615d101ce9408e9785a874eed9.tar drakx-98dda60d4c4ea7615d101ce9408e9785a874eed9.tar.gz drakx-98dda60d4c4ea7615d101ce9408e9785a874eed9.tar.bz2 drakx-98dda60d4c4ea7615d101ce9408e9785a874eed9.tar.xz drakx-98dda60d4c4ea7615d101ce9408e9785a874eed9.zip |
no_comment
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r-- | perl-install/modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 57bc2268d..e72ee9093 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -375,7 +375,7 @@ sub load { if ($type) { add_alias('usbmouse', $name) if $type =~ /serial_usb/i; - add_alias('scsi_hostadapter', $name) if $type eq 'scsi'; + add_alias('scsi_hostadapter', $name) if $type eq "scsi" || $type eq $type_aliases{scsi}; } $conf{$name}{options} = join " ", @options if @options; } |