diff options
author | Francois Pons <fpons@mandriva.com> | 1999-11-10 09:54:02 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 1999-11-10 09:54:02 +0000 |
commit | e493243f413480eaab130284867a2fcb0f2b649d (patch) | |
tree | 7801f6b1f64b2124d4a0781e94d7caa3179b3082 /perl-install/install_steps_interactive.pm | |
parent | bff2e783f7d82e9450d38f931820f95f98012e58 (diff) | |
download | drakx-e493243f413480eaab130284867a2fcb0f2b649d.tar drakx-e493243f413480eaab130284867a2fcb0f2b649d.tar.gz drakx-e493243f413480eaab130284867a2fcb0f2b649d.tar.bz2 drakx-e493243f413480eaab130284867a2fcb0f2b649d.tar.xz drakx-e493243f413480eaab130284867a2fcb0f2b649d.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index c23709907..81ba51710 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -347,7 +347,7 @@ sub pppConfig { my ($o) = @_; my $m = $o->{modem} ||= {}; - unless ($m->{device} || $::expert && $o->ask_yesorno('', _("Try to find a modem?"), 1)) { + unless ($m->{device} || $::expert && !$o->ask_yesorno('', _("Try to find a modem?"), 1)) { foreach (0..3) { next if readlink("$o->{prefix}/dev/mouse") =~ /ttyS$_/; detect_devices::hasModem("$o->{prefix}/dev/ttyS$_") |