]> git.pld-linux.org Git - packages/XFree86.git/blob - XFree86-XF86Config-path.patch
Ĺ‚aty dla Eterma i X
[packages/XFree86.git] / XFree86-XF86Config-path.patch
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.038441 seconds and 4 git commands to generate.