From 68cf8e5fb687a00e6dca5ba271c77f94bca4a569 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 9 Jun 2008 14:46:03 +0000 Subject: o drop support for /etc/X11/XF86Config (replaced by xorg.conf for some time now) --- tools/XFdrake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/XFdrake b/tools/XFdrake index e9e2b61..9805ecd 100755 --- a/tools/XFdrake +++ b/tools/XFdrake @@ -79,8 +79,8 @@ sub check_XFree { my ($in) = @_; #- set the standard configuration - foreach ('XF86Config', 'XF86Config-4') { - my $f = "/etc/X11/$_"; + { + my $f = "/etc/X11/xorg.conf"; symlinkf("$_.standard", $f) if -l $f && -e "$f.standard"; } -- cgit v1.2.1