]> git.pld-linux.org Git - packages/gdm2.20.git/blame - gdm-xdmcp.patch
- created -user-switch-applet subpackage with P/O: g-a-f-u-s to fix lp#439820
[packages/gdm2.20.git] / gdm-xdmcp.patch
CommitLineData
7b20fabd
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);
fbf7dcd4 11
This page took 0.133062 seconds and 4 git commands to generate.