summaryrefslogtreecommitdiffstats
path: root/src/daemon
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-04-03 17:50:37 +0200
committerLennart Poettering <lennart@poettering.net>2009-04-03 17:50:37 +0200
commit6152c524203649e1592a0ef21fc28dd7d2c4d101 (patch)
treecb10d96b2dde714b38472cd37c5062264e72997e /src/daemon
parent143e1ba73947b1a721916243ffc6f88579fc0b12 (diff)
parent380e97a596e8e7be122285b005a50635e20d58fc (diff)
Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudio
Diffstat (limited to 'src/daemon')
-rwxr-xr-xsrc/daemon/default.pa.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/daemon/default.pa.in b/src/daemon/default.pa.in
index 57ccd9f4..fa0683e1 100755
--- a/src/daemon/default.pa.in
+++ b/src/daemon/default.pa.in
@@ -58,9 +58,9 @@ load-module module-detect
.endif
### Automatically load driver modules for Bluetooth hardware
-#.ifexists module-bluetooth-discover@PA_SOEXT@
+.ifexists module-bluetooth-discover@PA_SOEXT@
load-module module-bluetooth-discover
-#.endif
+.endif
### Load several protocols
.ifexists module-esound-protocol-unix@PA_SOEXT@