summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/network/modem.pm2
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 {