From db05bfb4ee01ba1ceb997bdfde4554ee94795ea7 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 5 Mar 2003 12:46:55 +0000 Subject: (choose_xdm): allow to switch back from level 5 to level 3 --- perl-install/Xconfig/various.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/Xconfig') diff --git a/perl-install/Xconfig/various.pm b/perl-install/Xconfig/various.pm index ff447e0fd..3b1b145cf 100644 --- a/perl-install/Xconfig/various.pm +++ b/perl-install/Xconfig/various.pm @@ -73,7 +73,7 @@ sub choose_xdm { N("I can setup your computer to automatically start the graphical interface (XFree) upon booting. Would you like XFree to start when you reboot?"), interactive_help_id => 'configureXxdm', - }, $xdm) or return; + }, $xdm); } runlevel($xdm ? 5 : 3); } -- cgit v1.2.1