]> git.pld-linux.org Git - packages/gdm2.20.git/blobdiff - gdm-xdmcp.patch
- added standard server, so after reconfiguration it will work
[packages/gdm2.20.git] / gdm-xdmcp.patch
index 1307b5a00fa28de8c3b7139e7c3a2914603a42d3..de93dcdb776968b32d6a5f66d564e647f7a0f65e 100644 (file)
@@ -4,8 +4,8 @@
  
          /* Log all output from spawned programs to a file */
        logfd = open (g_strconcat (GdmLogDir, "/", d->name, ".log", NULL),
--                    O_CREAT|O_TRUNC|O_WRONLY, 0666);
-+                    O_CREAT|O_TRUNC|O_WRONLY, 0660);
+-                    O_CREAT|O_TRUNC|O_WRONLY, 0644);
++                    O_CREAT|O_TRUNC|O_WRONLY, 0640);
  
        if (logfd != -1) {
                dup2 (logfd, 1);
This page took 0.044534 seconds and 4 git commands to generate.