Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2008-12-02 17:43:39 (GMT)
committer Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>2008-12-02 17:43:39 (GMT)
commit3c3b79f5be58eeedf659194c6984a9b77ac484b9 (patch)
tree7c5bfc2f8e19b9577c42e504c65d12b312c0edf9 /config
parent01cf229624c5e15bbf943eeb84fc4eac1a0bcfb8 (diff)
upgrade telepathy-salut-chmod-unix-socket.patch for telepathy-salut 0.3.6
Diffstat (limited to 'config')
-rw-r--r--config/modulesets/patches/telepathy-salut-chmod-unix-socket.patch17
1 files changed, 9 insertions, 8 deletions
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)
- {
-