From 241962df84172b6c863bb7cf6338112ab3a11c49 Mon Sep 17 00:00:00 2001 From: damien Date: Wed, 23 Aug 2000 12:45:03 +0000 Subject: corrected type in autologin conf. --- perl-install/Xconfigurator.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm index 20c8e393f..e40788bce 100644 --- a/perl-install/Xconfigurator.pm +++ b/perl-install/Xconfigurator.pm @@ -1017,9 +1017,9 @@ sub main { my ($o, $allowFB); ($prefix, $o, $in, $allowFB, $isLaptop, $install) = @_; $o ||= {}; - - XF86check_link(''); - XF86check_link('-4'); + + XF86check_link(''); + XF86check_link('-4'); { my $w = $in->wait_message('', _("Preparing X-Window configuration"), 1); @@ -1114,6 +1114,6 @@ If you don't want to use this feature, click on the cancel button."), } any::setAutologin($prefix, $o->{miscellaneous}{autologuser}, "kde"); } - run_program::rooted($prefix, "chkconfig", "--del", "gpm") if $o->{mouse}{device} =~ /ttyS/ && !$::isStandalone; + run_program::rooted($prefix, "chkconfig", "--del", "gpm") if $o->{mouse}{device} =~ /ttyS/ && !$::isStandalone; } } -- cgit v1.2.1