]> git.pld-linux.org Git - packages/gdm2.20.git/blame - gdm-xdmcp.patch
- BR: libglade-gnome-devel; new %%doc; more specific Requires
[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),
15035366 7- O_CREAT|O_TRUNC|O_WRONLY, 0644);
8+ O_CREAT|O_TRUNC|O_WRONLY, 0640);
fbf7dcd4 9
10 if (logfd != -1) {
11 dup2 (logfd, 1);
This page took 0.052622 seconds and 4 git commands to generate.