diff options
author | damien <damien@mandriva.com> | 2000-08-20 15:31:03 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2000-08-20 15:31:03 +0000 |
commit | 12eb8608ad517afff8c323e276f2f4f4e5405896 (patch) | |
tree | 39a0c37f4274473972c23cbfcf9b8c5ce273dc34 /perl-install/install_steps_interactive.pm | |
parent | 76fb51c2121186d897473a11f83d46c7ffa564dc (diff) | |
download | drakx-12eb8608ad517afff8c323e276f2f4f4e5405896.tar drakx-12eb8608ad517afff8c323e276f2f4f4e5405896.tar.gz drakx-12eb8608ad517afff8c323e276f2f4f4e5405896.tar.bz2 drakx-12eb8608ad517afff8c323e276f2f4f4e5405896.tar.xz drakx-12eb8608ad517afff8c323e276f2f4f4e5405896.zip |
updated isdn configuration
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 2804f3f19..ef5760094 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -23,7 +23,7 @@ use devices; use fsedit; use network; use raid; -use Netconnect; +use netconnect; use mouse; use modules; use lang; @@ -497,7 +497,7 @@ such as ``mybox.mylab.myco.com''."), #- (dam's) if (!$::beginner && $o->ask_yesorno([ _("Modem Configuration") ], _("Do you want to configure a ISDN connection for your system?"), 0)) { - Netconnect::isdn($o->{prefix}, $o->{isdn}, $o, bool($o->{pcmcia})); + Netconnect::detect_isdn($o->{prefix}, $o->{isdn}, $o, bool($o->{pcmcia})); } } |