]> git.pld-linux.org Git - packages/gdm2.20.git/blob - gdm-xdmcp.patch
- updated for version 2.4.2.98
[packages/gdm2.20.git] / gdm-xdmcp.patch
1 diff -urN gdm-2.4.2.98.orig/daemon/server.c gdm-2.4.2.98/daemon/server.c
2 --- gdm-2.4.2.98.orig/daemon/server.c   Thu Jul 24 01:18:19 2003
3 +++ gdm-2.4.2.98/daemon/server.c        Thu Jul 24 01:20:05 2003
4 @@ -1035,7 +1035,7 @@
5          /* Log all output from spawned programs to a file */
6         logfile = g_strconcat (GdmLogDir, "/", d->name, ".log", NULL);
7         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                 dup2 (logfd, 1);
This page took 0.199306 seconds and 3 git commands to generate.