diff options
author | damien <damien@mandriva.com> | 2001-07-23 15:32:37 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2001-07-23 15:32:37 +0000 |
commit | 1f286d60a33a4d5d1a5582e8815e7762f83802e7 (patch) | |
tree | 3ef4ed2c4876acaaf282e55d8aabbfe4c4e3af13 /perl-install/modules.pm | |
parent | e5b488774aac910be08e5a44407d0a87a228ee1a (diff) | |
download | drakx-1f286d60a33a4d5d1a5582e8815e7762f83802e7.tar drakx-1f286d60a33a4d5d1a5582e8815e7762f83802e7.tar.gz drakx-1f286d60a33a4d5d1a5582e8815e7762f83802e7.tar.bz2 drakx-1f286d60a33a4d5d1a5582e8815e7762f83802e7.tar.xz drakx-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.pm | 5 |
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; |