From 8fd8c60c6bb09958e652d37dbb715d7a0f4cf39e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 30 May 2005 08:31:41 +0000 Subject: look for *.conf --- perl-install/standalone/drakedm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/drakedm b/perl-install/standalone/drakedm index e02b46ee4..7fde7f35e 100644 --- a/perl-install/standalone/drakedm +++ b/perl-install/standalone/drakedm @@ -41,7 +41,7 @@ my %dm = ('GNOME' => [ N("GDM (GNOME Display Manager)"), '/usr/bin/gdm', 'gdm' ] ); # add non hard-wired display managers -foreach (grep { !/\.rpm/ } glob("$dm_dir/*")) { +foreach (glob("$dm_dir/*.conf")) { my %l = map { /(\S+)=(.*)/ } cat_($_); if ($l{NAME}) { $dm{$l{NAME}} ||= [ $l{DESCRIPTION}, $l{EXEC}, $l{PACKAGE} ]; -- cgit v1.2.1