summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-04-01 16:15:27 +0200
committerLennart Poettering <lennart@poettering.net>2009-04-01 16:15:27 +0200
commitdcb24f5068f54f0fd3c30b691b8e3735973d008b (patch)
treef74acdbca18bbd31c0b1f16a4e182dd4b524f65b /src
parent707acabde53666fde490b489ec2e7b87eee5e8a4 (diff)
load bt discover module only when installed
Diffstat (limited to 'src')
-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@