]> git.pld-linux.org Git - packages/gdm.git/blame - gdm-xdmcp.patch
11af99b39ba5d87bbbf8aa5e64e6c7ac gdm-pld-logo.png
[packages/gdm.git] / gdm-xdmcp.patch
CommitLineData
b4c0fea7 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 @@
0f18e180 4
5 /* Log all output from spawned programs to a file */
6 logfd = open (g_strconcat (GdmLogDir, "/", d->name, ".log", NULL),
2f7ac102 7- O_CREAT|O_TRUNC|O_WRONLY, 0644);
8+ O_CREAT|O_TRUNC|O_WRONLY, 0640);
0f18e180 9
10 if (logfd != -1) {
11 dup2 (logfd, 1);
This page took 0.061747 seconds and 4 git commands to generate.