]> git.pld-linux.org Git - packages/gdm2.20.git/commitdiff
- updated for 2.2.3.
authorkloczek <kloczek@pld-linux.org>
Tue, 3 Jul 2001 22:13:18 +0000 (22:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gdm-xdmcp.patch -> 1.4

gdm-xdmcp.patch

index 3de7bcbdbeec293d4049f93e0f63f6760ce4248f..1307b5a00fa28de8c3b7139e7c3a2914603a42d3 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, 0666);
++                    O_CREAT|O_TRUNC|O_WRONLY, 0660);
  
        if (logfd != -1) {
                dup2 (logfd, 1);
This page took 0.034745 seconds and 4 git commands to generate.