Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 0970f107518eb369c7c30d2e52dc5edc > files > 2

aumix-2.8-18mdv2008.1.src.rpm

Patch by mharris to fix bug:

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=115869

--- src/mute.bug-115869	Thu Dec 23 11:56:42 2004
+++ src/mute	Thu Dec 23 11:56:55 2004
@@ -8,7 +8,8 @@
 volumes=$(aumix -vq |tr -d ,)
 if [ $(echo $volumes | awk '{print $2}') -ne 0 -o \
 	$(echo $volumes | awk '{print $3}') -ne 0 ]; then
-	aumix -S -v 0
+	aumix -S
+	aumix -v 0
 else
 	aumix -L > /dev/null
 fi