]> git.pld-linux.org Git - packages/XFree86.git/blame - XFree86-XF86Config-path.patch
- update to 3.3.5
[packages/XFree86.git] / XFree86-XF86Config-path.patch
CommitLineData
b1965acc
JR
1--- XFree86-3.3.3.1/xc/programs/Xserver/hw/xfree86/common/xf86Config.c~ Sat Jun 19 05:07:26 1999
2+++ XFree86-3.3.3.1/xc/programs/Xserver/hw/xfree86/common/xf86Config.c Sat Jun 19 16:05:02 1999
3@@ -774,10 +774,10 @@
4 }
5
6 /*
7- * /etc/XF86Config
8+ * /etc/X11/XF86Config
9 */
10 configPaths[++pcount] = (char *)xalloc(PATH_MAX);
11- strcpy(configPaths[pcount], "/etc/XF86Config");
12+ strcpy(configPaths[pcount], "/etc/X11/XF86Config");
13 if (xconfig) strcat(configPaths[pcount],xconfig);
14 if ((configFile = fopen( configPaths[pcount], "r" )) != 0) break;
15
This page took 0.024172 seconds and 4 git commands to generate.