summaryrefslogtreecommitdiffstats
path: root/src/daemon
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-10-01 01:23:35 +0200
committerLennart Poettering <lennart@poettering.net>2008-10-01 01:23:35 +0200
commit6d7450462b8d33d099baa3ad7afb036291d76322 (patch)
tree2c7191a571984fb5e41bc547ff5280778e649cc1 /src/daemon
parent0c3eb9f4786b0934e1bc48a52f25356307b55623 (diff)
it might be a bit too early to initialize bluetooth by default for now, since it's still very rough around the edges
Diffstat (limited to 'src/daemon')
-rwxr-xr-xsrc/daemon/default.pa.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/daemon/default.pa.in b/src/daemon/default.pa.in
index 0af99312..7032038d 100755
--- a/src/daemon/default.pa.in
+++ b/src/daemon/default.pa.in
@@ -49,9 +49,9 @@ load-module module-detect
.endif
### Automatically load driver modules for Bluetooth hardware
-.ifexists module-bluetooth-discover@PA_SOEXT@
-load-module module-bluetooth-discover
-.endif
+#.ifexists module-bluetooth-discover@PA_SOEXT@
+#load-module module-bluetooth-discover
+#.endif
### Load several protocols
.ifexists module-esound-protocol-unix@PA_SOEXT@