From cbfe718b3422cfb3a749b7642b76d371d4ff20f7 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 9 Dec 1999 18:16:43 +0000 Subject: *** empty log message *** --- perl-install/install_steps_interactive.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 634a2cc72..186fcddcd 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -774,7 +774,7 @@ sub setupXfree { require Xconfigurator; #- by default do not use existing configuration, so new card will be detected. if ($o->{isUpgrade} && -r "$o->{prefix}/etc/X11/XF86Config") { - unless ($::beginner || !$o->ask_yesorno('', _("Use existing configuration for X11?"), 0)) { + if ($::beginner || $o->ask_yesorno('', _("Use existing configuration for X11?"), 1)) { Xconfig::getinfoFromXF86Config($o->{X}, $o->{prefix}); } } @@ -790,7 +790,7 @@ sub setupXfree { $::noauto = $::noauto; #- no warning Xconfigurator::main($o->{prefix}, $o->{X}, $o, $o->{allowFB}, sub { - install_any::pkg_install($o, "XFree86-$_[0]"); + install_any::pkg_install($o, "XFree86-$_[0]"); }); } $o->setupXfreeAfter; -- cgit v1.2.1