From 1e8d0c74c1d542053a5a99051ad791d0b2ff73b7 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 27 Sep 2005 17:34:44 +0000 Subject: (autologin) always enable autologin on globetrotter --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index f97a180dc..61fba0805 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -697,7 +697,7 @@ sub autologin { $o->{desktop} = 'KDE'; $o->{autologin} = $users[0]; } elsif (@wm > 1 && @users && !$o->{authentication}{NIS} && $o->{security} <= 2) { - my $use_autologin = @users == 1; + my $use_autologin = $::globetrotter || @users == 1; $in->ask_from_( { title => N("Autologin"), -- cgit v1.2.1