From 25de8a425049a4bf27d28451cc51c19e1ca29b94 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Fri, 21 Nov 2003 16:39:32 +0000 Subject: on some video boards there is not even a configuration for xfree3, we can't rely on it --- move/move.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'move/move.pm') diff --git a/move/move.pm b/move/move.pm index af8c85c4c..29be0354f 100644 --- a/move/move.pm +++ b/move/move.pm @@ -136,7 +136,7 @@ sub init { print "Using existing user configuration\n"; $using_existing_user_config = 1; } - if (-f '/etc/X11/XF86Config') { + if (-f '/etc/X11/X') { print "Using existing host configuration\n"; $using_existing_host_config = 1; } -- cgit v1.2.1