Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config/modulesets/patches/telepathy-gabble-chmod-unix-socket.patch
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@marcopg.org>2009-01-17 18:54:42 (GMT)
committer Marco Pesenti Gritti <marco@marcopg.org>2009-01-17 18:54:42 (GMT)
commitffe31992dd4796c576ab58b61d61bbb772b982f0 (patch)
tree5a3223f203269f98143e176899db886a5a025d9f /config/modulesets/patches/telepathy-gabble-chmod-unix-socket.patch
parentb2a9a81caa6abcc138b346f3aac6d73f5a0b10a8 (diff)
Big refactoring by David Farning.
Diffstat (limited to 'config/modulesets/patches/telepathy-gabble-chmod-unix-socket.patch')
-rw-r--r--config/modulesets/patches/telepathy-gabble-chmod-unix-socket.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/config/modulesets/patches/telepathy-gabble-chmod-unix-socket.patch b/config/modulesets/patches/telepathy-gabble-chmod-unix-socket.patch
deleted file mode 100644
index bb16883..0000000
--- a/config/modulesets/patches/telepathy-gabble-chmod-unix-socket.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -rN -u old-telepathy-gabble-rainbow/src/tube-stream.c new-telepathy-gabble-rainbow/src/tube-stream.c
---- old-telepathy-gabble-rainbow/src/tube-stream.c 2007-12-11 16:28:48.000000000 +0100
-+++ new-telepathy-gabble-rainbow/src/tube-stream.c 2007-12-11 16:28:48.000000000 +0100
-@@ -650,6 +650,9 @@
- "Error binding socket: %s", g_strerror (errno));
- return FALSE;
- }
-+
-+ /* Everyone can use the socket */
-+ chmod (addr.sun_path, 0777);
- }
- else if (priv->address_type == TP_SOCKET_ADDRESS_TYPE_IPV4)
- {
-