From 2a8ad691b0835ad15e3869f5e9ea0139c144a327 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 9 Jun 2005 09:54:04 +0000 Subject: (acceptLicense) better use run_program for killing Xorg --- 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 2178d335c..d5e4c4c4e 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 Xorg"); + run_program::run('killall', 'Xorg'); exec("/sbin/reboot"); } install_any::ejectCdrom(); -- cgit v1.2.1