diff options
author | Francois Pons <fpons@mandriva.com> | 1999-11-06 21:01:33 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 1999-11-06 21:01:33 +0000 |
commit | 96510efce15225384a474e81ef2ea91d1ae3a4ee (patch) | |
tree | 455a0d5c8b5608feca688cd0dd4c1c8a00f3760e /perl-install/Xconfigurator.pm | |
parent | d1669f4149dc25492055bca8fd2f14dc47387114 (diff) | |
download | drakx-backup-do-not-use-96510efce15225384a474e81ef2ea91d1ae3a4ee.tar drakx-backup-do-not-use-96510efce15225384a474e81ef2ea91d1ae3a4ee.tar.gz drakx-backup-do-not-use-96510efce15225384a474e81ef2ea91d1ae3a4ee.tar.bz2 drakx-backup-do-not-use-96510efce15225384a474e81ef2ea91d1ae3a4ee.tar.xz drakx-backup-do-not-use-96510efce15225384a474e81ef2ea91d1ae3a4ee.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/Xconfigurator.pm')
-rw-r--r-- | perl-install/Xconfigurator.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm index 832fe0aa0..21b6f197f 100644 --- a/perl-install/Xconfigurator.pm +++ b/perl-install/Xconfigurator.pm @@ -751,5 +751,6 @@ _("I can set up your computer to automatically start X upon booting. Would you like X to start when you reboot?"), 1); rewriteInittab($run ? 5 : 3) unless $::testing; + run_program::rooted($prefix, "chkconfig", "--level", "5", "gpm", "off") if $o->{mouse}{device} =~ /ttyS/; } } |