From 0d7eb1b30c21a35a58b67242712427f212edfdff Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 23 Sep 2009 16:47:45 +0000 Subject: add dm variable in autologin hash --- 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 14d69b6d8..7508039cd 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -667,7 +667,7 @@ sub get_autologin() { $autologin_user = text2bool($conf{AUTOLOGIN}) && $conf{USER}; } - { autologin => $autologin_user, desktop => $desktop }; + { autologin => $autologin_user, desktop => $desktop, dm => $dm }; } sub set_autologin { -- cgit v1.2.1