diff options
author | Olivier Blin <oblin@mandriva.com> | 2009-09-23 16:55:47 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2009-09-23 16:55:47 +0000 |
commit | c0b4e0aba4f8b5d1235e7b473359732d00cdcd1b (patch) | |
tree | 8b5e09ee7712c8e8561940e0ab2d8b50e158ceac /perl-install/standalone/finish-install | |
parent | 0d7eb1b30c21a35a58b67242712427f212edfdff (diff) | |
download | drakx-c0b4e0aba4f8b5d1235e7b473359732d00cdcd1b.tar drakx-c0b4e0aba4f8b5d1235e7b473359732d00cdcd1b.tar.gz drakx-c0b4e0aba4f8b5d1235e7b473359732d00cdcd1b.tar.bz2 drakx-c0b4e0aba4f8b5d1235e7b473359732d00cdcd1b.tar.xz drakx-c0b4e0aba4f8b5d1235e7b473359732d00cdcd1b.zip |
rename autologin field as user
Diffstat (limited to 'perl-install/standalone/finish-install')
-rwxr-xr-x | perl-install/standalone/finish-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/finish-install b/perl-install/standalone/finish-install index 3da4d6973..d715e8c8d 100755 --- a/perl-install/standalone/finish-install +++ b/perl-install/standalone/finish-install @@ -144,7 +144,7 @@ sub ask_users() { $users->[0]{home} ||= '/home/' . $users->[0]{name}; } my $autologin = any::get_autologin(); - my $autologin_first = ($autologin->{autologin} eq $old_user || lc(get_conf('USER_AUTOLOGIN_FIRST')) eq "yes") && $autologin->{desktop}; + my $autologin_first = ($autologin->{user} eq $old_user || lc(get_conf('USER_AUTOLOGIN_FIRST')) eq "yes") && $autologin->{desktop}; if ($superuser) { set_authentication($superuser) or goto &ask_users; } |