From f3c14a6848d97b18f4baac27213315b3a5f6d023 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 2 Sep 2000 19:39:02 +0000 Subject: no_comment --- perl-install/Xconfigurator.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/Xconfigurator.pm') diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm index c6d166523..cbe6e98d8 100644 --- a/perl-install/Xconfigurator.pm +++ b/perl-install/Xconfigurator.pm @@ -1120,7 +1120,7 @@ If you don't want to use this feature, click on the cancel button."), [ _("Choose the default user:") => { val => \$o->{miscellaneous}{autologuser}, list => \@users, not_edit => 1}, _("Choose the window_manager to run:") => { val => \$o->{miscellaneous}{autologwm}, list => \@wm, not_edit => 1}, ]) ? do { $flag='yes'; - $::isStandalone ? system("urpmi --auto autologin") : $o->pkgs_install("autologin"); + $::isStandalone ? system("urpmi --auto autologin") : $o->pkg_install("autologin"); } : delete $o->{miscellaneaous}{autologuser}; } any::setAutologin($prefix, $o->{miscellaneous}{autologuser}, $o->{miscellaneous}{autologwm}, "/usr/X11R6/bin/startx", $flag); -- cgit v1.2.1