From ed1d8cc01c32253c5b950e72ce9b950d4654c4f2 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 1 Jun 2005 23:59:14 +0000 Subject: (acceptLicense) fix exiting step license --- perl-install/install_steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 f125d6564..c44c60350 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -92,7 +92,7 @@ sub acceptLicense { [ { list => [ N_("Accept"), N_("Refuse") ], val => \$r, type => 'list', format => sub { translate($_[0]) } } ]) or do { if ($::globetrotter) { - system("killall XFree86"); + system("killall Xorg"); exec("/sbin/reboot"); } install_any::ejectCdrom(); -- cgit v1.2.1