]> git.pld-linux.org Git - packages/gdm.git/blame - gdm-xdmcp.patch
Update to 3.10.0.1
[packages/gdm.git] / gdm-xdmcp.patch
CommitLineData
f2a1103b
PZ
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);
0f18e180 11
This page took 0.026377 seconds and 4 git commands to generate.