summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2001-07-23 15:32:37 +0000
committerdamien <damien@mandriva.com>2001-07-23 15:32:37 +0000
commit1f286d60a33a4d5d1a5582e8815e7762f83802e7 (patch)
tree3ef4ed2c4876acaaf282e55d8aabbfe4c4e3af13 /perl-install/modules.pm
parente5b488774aac910be08e5a44407d0a87a228ee1a (diff)
downloaddrakx-backup-do-not-use-1f286d60a33a4d5d1a5582e8815e7762f83802e7.tar
drakx-backup-do-not-use-1f286d60a33a4d5d1a5582e8815e7762f83802e7.tar.gz
drakx-backup-do-not-use-1f286d60a33a4d5d1a5582e8815e7762f83802e7.tar.bz2
drakx-backup-do-not-use-1f286d60a33a4d5d1a5582e8815e7762f83802e7.tar.xz
drakx-backup-do-not-use-1f286d60a33a4d5d1a5582e8815e7762f83802e7.zip
isdn now works with isdn-light. Only 64kb/s and still some debuf stuff to be fixed.
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r--perl-install/modules.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm
index b11d87aa3..5892fca1b 100644
--- a/perl-install/modules.pm
+++ b/perl-install/modules.pm
@@ -471,6 +471,11 @@ sub get_options {
$conf{$name}{options};
}
+sub set_options {
+ my ($name, $new_option) = @_;
+ $conf{$name}{options} = $new_option;
+}
+
sub add_alias {
my ($alias, $name) = @_;
$name =~ /ignore/ and return;