From 3c3b79f5be58eeedf659194c6984a9b77ac484b9 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 02 Dec 2008 17:43:39 +0000 Subject: upgrade telepathy-salut-chmod-unix-socket.patch for telepathy-salut 0.3.6 --- (limited to 'config') diff --git a/config/modulesets/patches/telepathy-salut-chmod-unix-socket.patch b/config/modulesets/patches/telepathy-salut-chmod-unix-socket.patch index 5d36941..b6ba1b0 100644 --- a/config/modulesets/patches/telepathy-salut-chmod-unix-socket.patch +++ b/config/modulesets/patches/telepathy-salut-chmod-unix-socket.patch @@ -1,14 +1,15 @@ -diff -rN -u old-telepathy-salut-rainbow/src/tube-stream.c new-telepathy-salut-rainbow/src/tube-stream.c ---- old-telepathy-salut-rainbow/src/tube-stream.c 2007-12-11 16:03:02.000000000 +0100 -+++ new-telepathy-salut-rainbow/src/tube-stream.c 2007-12-11 16:03:02.000000000 +0100 -@@ -637,6 +637,9 @@ - "Error binding socket: %s", g_strerror (errno)); +diff --git a/src/tube-stream.c b/src/tube-stream.c +index 290bde6..bbc69a2 100644 +--- a/src/tube-stream.c ++++ b/src/tube-stream.c +@@ -736,6 +736,10 @@ tube_stream_open (SalutTubeStream *self, + g_free (path); return FALSE; } + + /* Everyone can use the socket */ -+ chmod (addr.sun_path, 0777); ++ chmod (path, 0777); ++ + g_free (path); } else if (priv->address_type == TP_SOCKET_ADDRESS_TYPE_IPV4) - { - -- cgit v0.9.1