summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-05-16 00:27:02 +0200
committerLennart Poettering <lennart@poettering.net>2012-05-16 00:27:02 +0200
commitd0e6c396b3bcf1671e74e51a822c30ad66cb5231 (patch)
tree718cd8e15418c26ae15b2d7f54ce4b7ec9ffa1fe
parent6addadc57494f30efd608ef6bb7980033bd0f0db (diff)
default: esd is obsolete, hence don't load it anymore by defaultHEADmaster
-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 605f42ca..55a7423f 100755
--- a/src/daemon/default.pa.in
+++ b/src/daemon/default.pa.in
@@ -88,9 +88,9 @@ load-module module-bluetooth-discover
ifelse(@HAVE_AF_UNIX@, 1, [dnl
### Load several protocols
-.ifexists module-esound-protocol-unix@PA_SOEXT@
-load-module module-esound-protocol-unix
-.endif
+#.ifexists module-esound-protocol-unix@PA_SOEXT@
+#load-module module-esound-protocol-unix
+#.endif
load-module module-native-protocol-unix
])dnl
ifelse(@HAVE_DBUS@, 1, [dnl