diff options
author | Francois Pons <fpons@mandriva.com> | 2000-09-11 12:08:49 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-09-11 12:08:49 +0000 |
commit | 3f2a86d98546f9824ce2f0ffc438b8adaf1e919a (patch) | |
tree | 62b9fac6d547b084740eaab3060272bd53ad7018 /perl-install/install_steps_interactive.pm | |
parent | 66acc9ca3c2c03404de8a2cb635d67f474e91e0a (diff) | |
download | drakx-3f2a86d98546f9824ce2f0ffc438b8adaf1e919a.tar drakx-3f2a86d98546f9824ce2f0ffc438b8adaf1e919a.tar.gz drakx-3f2a86d98546f9824ce2f0ffc438b8adaf1e919a.tar.bz2 drakx-3f2a86d98546f9824ce2f0ffc438b8adaf1e919a.tar.xz drakx-3f2a86d98546f9824ce2f0ffc438b8adaf1e919a.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 94e01d188..d88fc3d97 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -845,12 +845,6 @@ sub configureX { Xconfig::getinfoFromXF86Config($o->{X}, $o->{prefix}); } } - $::force_xf3 = $::force_xf3; #- for no warning - $::force_xf3 = $o->ask_yesorno('', -_("DrakX will generate config files for both XFree 3.3 and XFree 4.0. -By default, the 4.0 server is used unless your card is not supported. - -Do you want to keep XFree 3.3?"), 0) if $::expert; #- strange, xfs must not be started twice... #- trying to stop and restart it does nothing good too... |