]> 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 3de7bcbdbeec293d4049f93e0f63f6760ce4248f..de93dcdb776968b32d6a5f66d564e647f7a0f65e 100644 (file)
@@ -1,11 +1,11 @@
---- gdm-2.2.1/daemon/server.c.orig     Sat May  5 11:05:32 2001
-+++ gdm-2.2.1/daemon/server.c  Sat May  5 11:05:46 2001
-@@ -297,7 +297,7 @@
+--- gdm-2.2.3/daemon/server.c.orig     Fri Jun 29 11:30:30 2001
++++ gdm-2.2.3/daemon/server.c  Tue Jul  3 23:17:09 2001
+@@ -388,7 +388,7 @@
  
          /* Log all output from spawned programs to a file */
        logfd = open (g_strconcat (GdmLogDir, "/", d->name, ".log", NULL),
--                    O_CREAT|O_TRUNC|O_APPEND|O_WRONLY, 0666);
-+                    O_CREAT|O_TRUNC|O_APPEND|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.08582 seconds and 4 git commands to generate.