diff options
author | Francois Pons <fpons@mandriva.com> | 1999-11-09 21:30:51 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 1999-11-09 21:30:51 +0000 |
commit | 2f45ca11b6e3f1e74f2ba8a7bf65ca37b2c9bd08 (patch) | |
tree | 3a0562bafbe888abe94f95174174a6715d3adc25 /perl-install/Xconfigurator.pm | |
parent | d92b13883fbf6acce6c39cb76484accc56bce0c3 (diff) | |
download | drakx-2f45ca11b6e3f1e74f2ba8a7bf65ca37b2c9bd08.tar drakx-2f45ca11b6e3f1e74f2ba8a7bf65ca37b2c9bd08.tar.gz drakx-2f45ca11b6e3f1e74f2ba8a7bf65ca37b2c9bd08.tar.bz2 drakx-2f45ca11b6e3f1e74f2ba8a7bf65ca37b2c9bd08.tar.xz drakx-2f45ca11b6e3f1e74f2ba8a7bf65ca37b2c9bd08.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/Xconfigurator.pm')
-rw-r--r-- | perl-install/Xconfigurator.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm index a90ee8e5a..2e13138fa 100644 --- a/perl-install/Xconfigurator.pm +++ b/perl-install/Xconfigurator.pm @@ -754,6 +754,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/; + run_program::rooted($prefix, "chkconfig", "--del", "gpm") if $o->{mouse}{device} =~ /ttyS/; } } |