SOURCES: gdm-xdmcp.patch - merge from DEVEL

qwiat qwiat at pld-linux.org
Fri Oct 3 01:27:20 CEST 2008


Author: qwiat                        Date: Thu Oct  2 23:27:20 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- merge from DEVEL

---- Files affected:
SOURCES:
   gdm-xdmcp.patch (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: SOURCES/gdm-xdmcp.patch
diff -u SOURCES/gdm-xdmcp.patch:1.9 SOURCES/gdm-xdmcp.patch:1.10
--- SOURCES/gdm-xdmcp.patch:1.9	Sun Apr  2 17:38:00 2006
+++ SOURCES/gdm-xdmcp.patch	Fri Oct  3 01:27:15 2008
@@ -1,12 +1,11 @@
-diff -aurN gdm-2.13.0.7.orig/daemon/server.c gdm-2.13.0.7/daemon/server.c
---- gdm-2.13.0.7.orig/daemon/server.c	2006-01-19 00:32:50.000000000 +0100
-+++ gdm-2.13.0.7/daemon/server.c	2006-02-05 17:12:06.557522000 +0100
-@@ -1150,7 +1150,7 @@
-         /* Log all output from spawned programs to a file */
- 	logfile = gdm_make_filename (gdm_get_value_string (GDM_KEY_LOG_DIR), d->name, ".log");
- 	VE_IGNORE_EINTR (g_unlink (logfile));
--	VE_IGNORE_EINTR (logfd = open (logfile, O_CREAT|O_TRUNC|O_WRONLY|O_EXCL, 0644));
-+	VE_IGNORE_EINTR (logfd = open (logfile, O_CREAT|O_TRUNC|O_WRONLY|O_EXCL, 0640));
+--- gdm-2.24.0.orig/daemon/gdm-server.c	2008-10-03 00:53:12.000000000 +0200
++++ gdm-2.24.0/daemon/gdm-server.c	2008-10-03 00:53:57.000000000 +0200
+@@ -419,7 +419,7 @@
+         g_debug ("GdmServer: Opening logfile for server %s", log_path);
+ 
+         VE_IGNORE_EINTR (g_unlink (log_path));
+-        VE_IGNORE_EINTR (logfd = open (log_path, O_CREAT|O_TRUNC|O_WRONLY|O_EXCL, 0644));
++        VE_IGNORE_EINTR (logfd = open (log_path, O_CREAT|O_TRUNC|O_WRONLY|O_EXCL, 0640));
+ 
+         g_free (log_path);
  
- 	if (logfd != -1) {
- 		VE_IGNORE_EINTR (dup2 (logfd, 1));
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/gdm-xdmcp.patch?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list