summaryrefslogtreecommitdiffstats
path: root/globetrotter
diff options
context:
space:
mode:
Diffstat (limited to 'globetrotter')
-rw-r--r--globetrotter/move.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/globetrotter/move.pm b/globetrotter/move.pm
index dfd1e6352..499cef9ad 100644
--- a/globetrotter/move.pm
+++ b/globetrotter/move.pm
@@ -129,7 +129,7 @@ N("An error occurred, but I don't know how to handle it nicely.
Continue at your own risk."). formatError($@) || $@ ]) if $@;
}
}
- system("killall XFree86");
+ run_program::run('killall', 'Xorg');
output_p("$::prefix/etc/rpm/macros", "%_install_langs all\n");
system("service dm on");
c::_exit(0);