[Pkg-alsa-devel] Bug#368114: typo to an init script.

Jonny jonny at csc.jp
Fri May 19 22:24:25 UTC 2006


Package: alsa-utils
Version: 1.0.11-3
Severity: minor

 # /etc/init.d/alsa-utils start
 Setting up ALSA...[: 347: missing ]

--- /etc/init.d/alsa-utils.orig
+++ /etc/init.d/alsa-utils
@@ -204,7 +204,7 @@
        # Silly dance to activate internal speakers by default on PowerMac
        # Snapper and Tumbler
        id=`cat /proc/asound/card$1/id 2>/dev/null`
-       if [ "$id" = "Snapper" -o "$id" = "Tumbler"]; then
+       if [ "$id" = "Snapper" -o "$id" = "Tumbler" ]; then
                switch_control "Auto Mute" off
                switch_control "PC Speaker" off
                switch_control "Auto Mute" on




More information about the Pkg-alsa-devel mailing list