From 6d7450462b8d33d099baa3ad7afb036291d76322 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 1 Oct 2008 01:23:35 +0200 Subject: it might be a bit too early to initialize bluetooth by default for now, since it's still very rough around the edges --- src/daemon/default.pa.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/daemon') 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@ -- cgit