]> git.pld-linux.org Git - packages/gdm.git/blame - gdm-xdmcp.patch
- updated to 2.4.2.100
[packages/gdm.git] / gdm-xdmcp.patch
CommitLineData
0e4e8e0e 1diff -urN gdm-2.4.2.99.orig/daemon/server.c gdm-2.4.2.99/daemon/server.c
2--- gdm-2.4.2.99.orig/daemon/server.c Fri Aug 1 01:39:23 2003
3+++ gdm-2.4.2.99/daemon/server.c Fri Aug 1 01:40:23 2003
4@@ -1013,7 +1013,7 @@
0f18e180 5 /* Log all output from spawned programs to a file */
86dfe159 6 logfile = g_strconcat (GdmLogDir, "/", d->name, ".log", NULL);
0e4e8e0e 7 IGNORE_EINTR (unlink (logfile));
86dfe159 8- logfd = open (logfile, O_CREAT|O_TRUNC|O_WRONLY|O_EXCL, 0644);
9+ logfd = open (logfile, O_CREAT|O_TRUNC|O_WRONLY|O_EXCL, 0640);
0f18e180 10
11 if (logfd != -1) {
0e4e8e0e 12 IGNORE_EINTR (dup2 (logfd, 1));
This page took 0.049444 seconds and 4 git commands to generate.