server:fixed folder named

This commit is contained in:
ayhanyalcinsoy
2015-06-19 14:58:24 +03:00
parent 802326e660
commit 989fceacdc
28 changed files with 0 additions and 0 deletions
@@ -0,0 +1,13 @@
Index: xorg-server-1.9.0/hw/xfree86/common/xf86Globals.c
===================================================================
--- xorg-server-1.9.0.orig/hw/xfree86/common/xf86Globals.c
+++ xorg-server-1.9.0/hw/xfree86/common/xf86Globals.c
@@ -140,7 +140,7 @@ xf86InfoRec xf86Info = {
};
const char *xf86ConfigFile = NULL;
const char *xf86ConfigDir = NULL;
-const char *xf86ModulePath = DEFAULT_MODULE_PATH;
+const char *xf86ModulePath = DEFAULT_MODULE_PATH "/updates," DEFAULT_MODULE_PATH "/volatile," DEFAULT_MODULE_PATH;
MessageType xf86ModPathFrom = X_DEFAULT;
const char *xf86LogFile = DEFAULT_LOGPREFIX;
MessageType xf86LogFileFrom = X_DEFAULT;