]> git.pld-linux.org Git - packages/gdm2.20.git/blame - gdm-xdmcp.patch
- updated for 2.2.3.
[packages/gdm2.20.git] / gdm-xdmcp.patch
CommitLineData
d93021f5 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 @@
fbf7dcd4 4
5 /* Log all output from spawned programs to a file */
6 logfd = open (g_strconcat (GdmLogDir, "/", d->name, ".log", NULL),
d93021f5 7- O_CREAT|O_TRUNC|O_WRONLY, 0666);
8+ O_CREAT|O_TRUNC|O_WRONLY, 0660);
fbf7dcd4 9
10 if (logfd != -1) {
11 dup2 (logfd, 1);
This page took 0.07123 seconds and 4 git commands to generate.