diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-09-04 22:39:05 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-09-04 22:39:05 +0000 |
commit | 7670157b32ceb6f0437c0b7b154ee1f4bf454e62 (patch) | |
tree | df1dc83129eddb2c45c7ed7f292acb8a301b4876 /perl-install/modules.pm | |
parent | bcd1bf4e45de7e5f59a6c1e7eaaf7ad401d7fc28 (diff) | |
download | drakx-7670157b32ceb6f0437c0b7b154ee1f4bf454e62.tar drakx-7670157b32ceb6f0437c0b7b154ee1f4bf454e62.tar.gz drakx-7670157b32ceb6f0437c0b7b154ee1f4bf454e62.tar.bz2 drakx-7670157b32ceb6f0437c0b7b154ee1f4bf454e62.tar.xz drakx-7670157b32ceb6f0437c0b7b154ee1f4bf454e62.zip |
no_comment
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r-- | perl-install/modules.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index da89bae31..594e07f9a 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -246,6 +246,8 @@ sub load($;$@) { $conf{'scsi_hostadapter' . ($scsi++ || '')}{alias} = $name if $type eq 'scsi'; + $conf{$name}{options} = join " ", @options if @options; + if ($::testing) { log::l("i try to install $name module"); } else { |