diff options
Diffstat (limited to 'perl-install/install/steps_gtk.pm')
-rw-r--r-- | perl-install/install/steps_gtk.pm | 1 |
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); } |