summaryrefslogtreecommitdiffstats
path: root/move/move.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-11-21 16:39:32 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-11-21 16:39:32 +0000
commit25de8a425049a4bf27d28451cc51c19e1ca29b94 (patch)
treedcba6aa34b8042254b17941f46786ae43ef82dbc /move/move.pm
parent7252822165a6698865f2ce478f91f03eb118a316 (diff)
downloaddrakx-25de8a425049a4bf27d28451cc51c19e1ca29b94.tar
drakx-25de8a425049a4bf27d28451cc51c19e1ca29b94.tar.gz
drakx-25de8a425049a4bf27d28451cc51c19e1ca29b94.tar.bz2
drakx-25de8a425049a4bf27d28451cc51c19e1ca29b94.tar.xz
drakx-25de8a425049a4bf27d28451cc51c19e1ca29b94.zip
on some video boards there is not even a configuration for xfree3, we can't rely on it
Diffstat (limited to 'move/move.pm')
-rw-r--r--move/move.pm2
1 files changed, 1 insertions, 1 deletions
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;
}