From f0cee665246a89d69530d4100da0274d56b8f5ec Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 2 Dec 1999 15:03:43 +0000 Subject: *** empty log message *** --- perl-install/install_steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps_interactive.pm') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index b0ebd1216..2254b5fcc 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -377,7 +377,7 @@ sub pppConfig { unless ($m->{device} || $::expert && !$o->ask_yesorno('', _("Try to find a modem?"), 1)) { foreach (0..3) { - next if readlink("$o->{prefix}/dev/mouse") =~ /ttyS$_/; + next if $o->{mouse}{device} =~ /ttyS$_/; detect_devices::hasModem("$o->{prefix}/dev/ttyS$_") and $m->{device} = "ttyS$_", last; } -- cgit v1.2.1