summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-07-23 14:51:32 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-07-23 14:51:32 +0000
commit27a91eb46add2d0baa446a4f26fac0c71fdd837b (patch)
tree143d29d558d516a1268ada88c3c82bbea59ebae3 /perl-install
parent57105fe0f0fb3cdc2898ad92ae4860e8352d8897 (diff)
downloaddrakx-backup-do-not-use-27a91eb46add2d0baa446a4f26fac0c71fdd837b.tar
drakx-backup-do-not-use-27a91eb46add2d0baa446a4f26fac0c71fdd837b.tar.gz
drakx-backup-do-not-use-27a91eb46add2d0baa446a4f26fac0c71fdd837b.tar.bz2
drakx-backup-do-not-use-27a91eb46add2d0baa446a4f26fac0c71fdd837b.tar.xz
drakx-backup-do-not-use-27a91eb46add2d0baa446a4f26fac0c71fdd837b.zip
we do not need anymore autologin (spec87)
Diffstat (limited to 'perl-install')
-rwxr-xr-xperl-install/standalone/drakboot1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot
index a7783f9f4..8b7408901 100755
--- a/perl-install/standalone/drakboot
+++ b/perl-install/standalone/drakboot
@@ -355,7 +355,6 @@ sub lilo_choice() {
sub updateAutologin() {
my ($usern, $deskt) = ($user_combo->entry->get_text, $desktop_combo->entry->get_text);
if ($auto_buttons[0]->get_active) {
- $in->do_pkgs->install('autologin') if $x_mode;
any::set_autologin($usern, $deskt);
} else {
any::set_autologin();