summaryrefslogtreecommitdiff
path: root/debian/patches/0039-Set-ESD-socket-to-tmp-.esd-socket-to-match-up-with-l.patch
blob: 166a4e1cc65a9387b3acbcde810049f287a77099 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 5b4b108d159304081ccf97994382741cecc212d0 Mon Sep 17 00:00:00 2001
From: CJ van den Berg <cj@vdbonline.com>
Date: Wed, 31 Oct 2007 13:59:31 +0100
Subject: [PATCH 39/74] Set ESD socket to /tmp/.esd/socket to match up with libesd

---
 src/daemon/default.pa.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/daemon/default.pa.in b/src/daemon/default.pa.in
index fa0683e..ae60112 100755
--- a/src/daemon/default.pa.in
+++ b/src/daemon/default.pa.in
@@ -64,7 +64,7 @@ load-module module-bluetooth-discover
 
 ### Load several protocols
 .ifexists module-esound-protocol-unix@PA_SOEXT@
-load-module module-esound-protocol-unix
+load-module module-esound-protocol-unix socket="/tmp/.esd/socket"
 .endif
 load-module module-native-protocol-unix
 
-- 
1.6.3.3