summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_gtk.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-08-01 10:30:10 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-08-01 10:30:10 +0000
commitbb55cdfb0709dc943b4e4320957675fabc47fdfe (patch)
tree237768a5802b1ee2666df5d0f7230b3c7c3ddad6 /perl-install/install/steps_gtk.pm
parentc2cd74265b217f604511a95ee8c585b79aeef670 (diff)
downloaddrakx-backup-do-not-use-bb55cdfb0709dc943b4e4320957675fabc47fdfe.tar
drakx-backup-do-not-use-bb55cdfb0709dc943b4e4320957675fabc47fdfe.tar.gz
drakx-backup-do-not-use-bb55cdfb0709dc943b4e4320957675fabc47fdfe.tar.bz2
drakx-backup-do-not-use-bb55cdfb0709dc943b4e4320957675fabc47fdfe.tar.xz
drakx-backup-do-not-use-bb55cdfb0709dc943b4e4320957675fabc47fdfe.zip
service xfs is not used anymore by default (see also #32051)
Diffstat (limited to 'perl-install/install/steps_gtk.pm')
-rw-r--r--perl-install/install/steps_gtk.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm
index 07c684efd..12a99fc48 100644
--- a/perl-install/install/steps_gtk.pm
+++ b/perl-install/install/steps_gtk.pm
@@ -110,7 +110,6 @@ sub new($$) {
require move;
require run_program;
move::automatic_xconf($o);
- run_program::run('/sbin/service', 'xfs', 'start');
@servers = $::globetrotter ? qw(Driver:fbdev) : qw(X_move);
}