diff options
author | Francois Pons <fpons@mandriva.com> | 2003-05-28 11:38:22 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-05-28 11:38:22 +0000 |
commit | 75da5f2c8ac0f7a610eab1bb0b4fe0f54a148e1e (patch) | |
tree | 9c255f56809ffa52664411e405a2d522e578f9b0 /perl-install/network | |
parent | 67ff8d4aaa2fddd17adc2374ef461697d36605f9 (diff) | |
download | drakx-75da5f2c8ac0f7a610eab1bb0b4fe0f54a148e1e.tar drakx-75da5f2c8ac0f7a610eab1bb0b4fe0f54a148e1e.tar.gz drakx-75da5f2c8ac0f7a610eab1bb0b4fe0f54a148e1e.tar.bz2 drakx-75da5f2c8ac0f7a610eab1bb0b4fe0f54a148e1e.tar.xz drakx-75da5f2c8ac0f7a610eab1bb0b4fe0f54a148e1e.zip |
remove /dev/ttyS14 link by drakconnect.
Diffstat (limited to 'perl-install/network')
-rw-r--r-- | perl-install/network/modem.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/modem.pm b/perl-install/network/modem.pm index ca7b0a53b..365f73d48 100644 --- a/perl-install/network/modem.pm +++ b/perl-install/network/modem.pm @@ -259,7 +259,7 @@ Take a look at http://www.linmodems.org")) ? return 0 : $in->exit(0)); unless ($::isInstall) { #- fallback to modem configuration (beware to never allow test it). $netcnx->{type} = 'modem'; - $type eq 'ltmodem' and $netc->{autodetect}{modem} = '/dev/ttyS14'; + #$type eq 'ltmodem' and $netc->{autodetect}{modem} = '/dev/ttyS14'; return configure($in, $netcnx, $mouse, $netc); } } else { |