diff options
author | Adam Jackson <ajax@aspartame.nwnk.net> | 2007-11-17 22:12:10 -0500 |
---|---|---|
committer | Adam Jackson <ajax@aspartame.nwnk.net> | 2007-11-17 22:12:10 -0500 |
commit | d15339a92c4d689d2ab8a86e4f10107f3e45eff8 (patch) | |
tree | f9e724c269f136d91e1b2940f04975960a4d1f8f /hw/xfree86/utils | |
parent | 748cfbc820f8cdeb544c54a6db495fecf2e2457b (diff) |
Bug #9725: Don't look in root's $HOME for config files, that's just confusing.
Diffstat (limited to 'hw/xfree86/utils')
-rw-r--r-- | hw/xfree86/utils/xorgcfg/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xfree86/utils/xorgcfg/config.h b/hw/xfree86/utils/xorgcfg/config.h index b5baba465..ea12e8879 100644 --- a/hw/xfree86/utils/xorgcfg/config.h +++ b/hw/xfree86/utils/xorgcfg/config.h @@ -101,7 +101,6 @@ extern int config_mode; "/etc/X11/%R," "%P/etc/X11/%R," \ "%E," "%F," \ "/etc/X11/%F," "%P/etc/X11/%F," \ - "%D/%X," \ "/etc/X11/%X-%M," "/etc/X11/%X," "/etc/%X," \ "%P/etc/X11/%X.%H," "%P/etc/X11/%X-%M," \ "%P/etc/X11/%X," \ |