]> git.pld-linux.org Git - packages/gdm.git/blob - gdm-xdmcp.patch
Update to 3.16.1.1
[packages/gdm.git] / gdm-xdmcp.patch
1 --- gdm-2.24.0.orig/daemon/gdm-server.c 2008-10-03 00:53:12.000000000 +0200
2 +++ gdm-2.24.0/daemon/gdm-server.c      2008-10-03 00:53:57.000000000 +0200
3 @@ -419,7 +419,7 @@
4          g_debug ("GdmServer: Opening logfile for server %s", log_path);
5  
6          VE_IGNORE_EINTR (g_unlink (log_path));
7 -        VE_IGNORE_EINTR (logfd = open (log_path, O_CREAT|O_APPEND|O_TRUNC|O_WRONLY|O_EXCL, 0644));
8 +        VE_IGNORE_EINTR (logfd = open (log_path, O_CREAT|O_APPEND|O_TRUNC|O_WRONLY|O_EXCL, 0640));
9  
10          g_free (log_path);
11  
This page took 0.038305 seconds and 3 git commands to generate.