From 52a3f9b3d29f5c77326b4f0555ce06ecac66ee56 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 18 Jul 2008 09:18:26 +0000 Subject: do not try to configure an undefined dm --- perl-install/NEWS | 3 +++ perl-install/standalone/drakedm | 1 + 2 files changed, 4 insertions(+) diff --git a/perl-install/NEWS b/perl-install/NEWS index f1be2272a..f4cc11231 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,6 @@ +- drakedm: + o do not try to configure an undefined dm + Version 10.47 - 10 July 2008 - fix reading and setting kdmrc (by resolving alternative in chroot) diff --git a/perl-install/standalone/drakedm b/perl-install/standalone/drakedm index 36c8200d6..259bb637b 100755 --- a/perl-install/standalone/drakedm +++ b/perl-install/standalone/drakedm @@ -65,6 +65,7 @@ several different X sessions on your local machine at the same time.")), } ] ) + && $dm ) { $in->do_pkgs->ensure_is_installed($dm->{PACKAGE}, $dm->{EXEC}) or goto start; addVarsInSh($cfg_file, { DISPLAYMANAGER => $dm->{NAME} }); -- cgit v1.2.1