From aa5858b87ab4794513743166a4a6f14cee0d0383 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 29 Dec 2002 12:06:39 +0000 Subject: move any::runlevel() to Xconfig::various::runlevel() --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 34503a80e..7f20275cc 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -915,7 +915,7 @@ sub configureXAfter { if ($o->{X}{bios_vga_mode}) { install_any::setupFB($o, $o->{X}{bios_vga_mode}) or do { log::l("disabling automatic start-up of X11 if any as setup framebuffer failed"); - any::runlevel(3); #- disable automatic start-up of X11 on error. + Xconfig::various::runlevel(3); #- disable automatic start-up of X11 on error. }; } if ($o->{X}{default_depth} >= 16 && $o->{X}{resolution_wanted} >= 1024) { -- cgit v1.2.1