]> git.pld-linux.org Git - packages/gdm2.20.git/blob - gdm-xdmcp.patch
de93dcdb776968b32d6a5f66d564e647f7a0f65e
[packages/gdm2.20.git] / gdm-xdmcp.patch
1 --- gdm-2.2.3/daemon/server.c.orig      Fri Jun 29 11:30:30 2001
2 +++ gdm-2.2.3/daemon/server.c   Tue Jul  3 23:17:09 2001
3 @@ -388,7 +388,7 @@
4  
5          /* Log all output from spawned programs to a file */
6         logfd = open (g_strconcat (GdmLogDir, "/", d->name, ".log", NULL),
7 -                     O_CREAT|O_TRUNC|O_WRONLY, 0644);
8 +                     O_CREAT|O_TRUNC|O_WRONLY, 0640);
9  
10         if (logfd != -1) {
11                 dup2 (logfd, 1);
This page took 0.016536 seconds and 2 git commands to generate.