From 1f286d60a33a4d5d1a5582e8815e7762f83802e7 Mon Sep 17 00:00:00 2001 From: damien Date: Mon, 23 Jul 2001 15:32:37 +0000 Subject: isdn now works with isdn-light. Only 64kb/s and still some debuf stuff to be fixed. --- perl-install/modules.pm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'perl-install/modules.pm') 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; -- cgit v1.2.1