summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_gtk.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-10-16 16:41:57 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-10-16 16:41:57 +0000
commit93e552dd13d359b393c6a955603892a2b121e385 (patch)
tree855d66877f3b2ea6ed51724702c2ddc5955e3332 /perl-install/install_steps_gtk.pm
parent10aa6555e799ba6517529cbf81abaf0e8ab14097 (diff)
downloaddrakx-93e552dd13d359b393c6a955603892a2b121e385.tar
drakx-93e552dd13d359b393c6a955603892a2b121e385.tar.gz
drakx-93e552dd13d359b393c6a955603892a2b121e385.tar.bz2
drakx-93e552dd13d359b393c6a955603892a2b121e385.tar.xz
drakx-93e552dd13d359b393c6a955603892a2b121e385.zip
misc opt
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r--perl-install/install_steps_gtk.pm2
1 files changed, 1 insertions, 1 deletions
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);
}