summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-09-04 22:39:05 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-09-04 22:39:05 +0000
commit7670157b32ceb6f0437c0b7b154ee1f4bf454e62 (patch)
treedf1dc83129eddb2c45c7ed7f292acb8a301b4876 /perl-install/modules.pm
parentbcd1bf4e45de7e5f59a6c1e7eaaf7ad401d7fc28 (diff)
downloaddrakx-backup-do-not-use-7670157b32ceb6f0437c0b7b154ee1f4bf454e62.tar
drakx-backup-do-not-use-7670157b32ceb6f0437c0b7b154ee1f4bf454e62.tar.gz
drakx-backup-do-not-use-7670157b32ceb6f0437c0b7b154ee1f4bf454e62.tar.bz2
drakx-backup-do-not-use-7670157b32ceb6f0437c0b7b154ee1f4bf454e62.tar.xz
drakx-backup-do-not-use-7670157b32ceb6f0437c0b7b154ee1f4bf454e62.zip
no_comment
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r--perl-install/modules.pm2
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 {