]> git.pld-linux.org Git - packages/gdm.git/blame - gdm-xdmcp.patch
- added systemd bcond (off by default) - when enabled, systemd is used for
[packages/gdm.git] / gdm-xdmcp.patch
CommitLineData
81d695a5 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.027513 seconds and 4 git commands to generate.