]> git.pld-linux.org Git - packages/gdm2.20.git/blob - gdm-xdmcp.patch
- updated to 2.4.2.102
[packages/gdm2.20.git] / gdm-xdmcp.patch
1 diff -urN gdm-2.4.2.99.orig/daemon/server.c gdm-2.4.2.99/daemon/server.c
2 --- gdm-2.4.2.99.orig/daemon/server.c   Fri Aug  1 01:39:23 2003
3 +++ gdm-2.4.2.99/daemon/server.c        Fri Aug  1 01:40:23 2003
4 @@ -1013,7 +1013,7 @@
5          /* Log all output from spawned programs to a file */
6         logfile = g_strconcat (GdmLogDir, "/", d->name, ".log", NULL);
7         IGNORE_EINTR (unlink (logfile));
8 -       logfd = open (logfile, O_CREAT|O_TRUNC|O_WRONLY|O_EXCL, 0644);
9 +       logfd = open (logfile, O_CREAT|O_TRUNC|O_WRONLY|O_EXCL, 0640);
10  
11         if (logfd != -1) {
12                 IGNORE_EINTR (dup2 (logfd, 1));
This page took 0.027108 seconds and 3 git commands to generate.