2010-02-11 19:31:33 +01:00
|
|
|
Index: src/daemon/start-pulseaudio-x11.in
|
|
|
|
===================================================================
|
|
|
|
--- src/daemon/start-pulseaudio-x11.in.orig
|
|
|
|
+++ src/daemon/start-pulseaudio-x11.in
|
|
|
|
@@ -19,6 +19,12 @@
|
|
|
|
|
|
|
|
set -e
|
|
|
|
|
|
|
|
+. /etc/sysconfig/sound
|
|
|
|
+
|
|
|
|
+if [ x"$PULSEAUDIO_ENABLE" = x"no" ] ; then
|
|
|
|
+ exit 1
|
|
|
|
+fi
|
|
|
|
+
|
|
|
|
[ -z "$PULSE_SERVER" ]
|
|
|
|
|
|
|
|
@PA_BINARY@ --start "$@"
|
|
|
|
Index: src/daemon/start-pulseaudio-kde.in
|
|
|
|
===================================================================
|
|
|
|
--- src/daemon/start-pulseaudio-kde.in.orig
|
|
|
|
+++ src/daemon/start-pulseaudio-kde.in
|
2009-10-08 17:53:50 +02:00
|
|
|
@@ -19,6 +19,12 @@
|
|
|
|
|
|
|
|
set -e
|
|
|
|
|
|
|
|
+. /etc/sysconfig/sound
|
|
|
|
+
|
|
|
|
+if [ x"$PULSEAUDIO_ENABLE" = x"no" ] ; then
|
|
|
|
+ exit 1
|
|
|
|
+fi
|
|
|
|
+
|
|
|
|
[ -z "$PULSE_SERVER" ]
|
|
|
|
|
|
|
|
@PA_BINARY@ --start "$@"
|