From 93e552dd13d359b393c6a955603892a2b121e385 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 16 Oct 2003 16:41:57 +0000 Subject: misc opt --- perl-install/install_steps_gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index 77f4b1829..594039754 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -107,7 +107,7 @@ sub new($$) { require move; require run_program; move::automatic_xconf($o); - run_program::rooted('', '/sbin/service', 'xfs', 'start'); + run_program::run('/sbin/service', 'xfs', 'start'); @servers = qw(X); } -- cgit v1.2.1