summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfigurator.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-08-30 21:34:52 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-08-30 21:34:52 +0000
commit6d78ac32d9e302ac73ec39c864d66b52212531b2 (patch)
treeed7c51deb7fb82458333250f751cef4f59bb562e /perl-install/Xconfigurator.pm
parent466b93aa08e8e19def5fce6f69f684030f85b635 (diff)
downloaddrakx-backup-do-not-use-6d78ac32d9e302ac73ec39c864d66b52212531b2.tar
drakx-backup-do-not-use-6d78ac32d9e302ac73ec39c864d66b52212531b2.tar.gz
drakx-backup-do-not-use-6d78ac32d9e302ac73ec39c864d66b52212531b2.tar.bz2
drakx-backup-do-not-use-6d78ac32d9e302ac73ec39c864d66b52212531b2.tar.xz
drakx-backup-do-not-use-6d78ac32d9e302ac73ec39c864d66b52212531b2.zip
disable gpm (in case of serial mouse) before service choice
Diffstat (limited to 'perl-install/Xconfigurator.pm')
-rw-r--r--perl-install/Xconfigurator.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm
index 9bc685986..c37c3d39a 100644
--- a/perl-install/Xconfigurator.pm
+++ b/perl-install/Xconfigurator.pm
@@ -1475,7 +1475,6 @@ _("I can set up your computer to automatically start X upon booting.
Would you like X to start when you reboot?"), 1);
any::runlevel($prefix, $run ? 5 : 3) unless $::testing;
}
- run_program::rooted($prefix, "chkconfig", "--del", "gpm") if $o->{mouse}{device} =~ /ttyS/ && !$::isStandalone;
}
}