summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/NEWS1
-rwxr-xr-xperl-install/standalone/drakedm2
2 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index f4cc11231..300000732 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,4 +1,5 @@
- drakedm:
+ o adapt to dm.d files being moved to /usr/share (#41879)
o do not try to configure an undefined dm
Version 10.47 - 10 July 2008
diff --git a/perl-install/standalone/drakedm b/perl-install/standalone/drakedm
index 259bb637b..a3a5ee590 100755
--- a/perl-install/standalone/drakedm
+++ b/perl-install/standalone/drakedm
@@ -35,7 +35,7 @@ my $cfg_file = '/etc/sysconfig/desktop';
my @list = map {
my %l = map { /(\S+)=(.*)/ } cat_($_);
\%l;
-} sort(glob("/etc/X11/dm.d/*.conf"));
+} sort(glob("/usr/share/X11/dm.d/*.conf"));
my @_DESCRIPTIONS_for_i18n = (
N("GDM (GNOME Display Manager)"),