From 809666fc2e83bfeb5056374a00aabf6ab34a0cd2 Mon Sep 17 00:00:00 2001 From: Frederic Lepied Date: Fri, 7 Mar 2003 15:38:20 +0000 Subject: launch startx.autologin instead of startx in autologin --- 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 6554d64f5..34bce2ffc 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -469,7 +469,7 @@ sub set_autologin { log::l("cat $::prefix/etc/sysconfig/desktop ($desktop):\n", cat_("$::prefix/etc/sysconfig/desktop")); } setVarsInSh("$::prefix/etc/sysconfig/autologin", - { USER => $user, AUTOLOGIN => bool2yesno($user), EXEC => "/usr/X11R6/bin/startx" }); + { USER => $user, AUTOLOGIN => bool2yesno($user), EXEC => "/usr/X11R6/bin/startx.autologin" }); log::l("cat $::prefix/etc/sysconfig/autologin ($user):\n", cat_("$::prefix/etc/sysconfig/autologin")); } -- cgit v1.2.1