Sophie

Sophie

distrib > Mandriva > mes5 > x86_64 > by-pkgid > 3af5bc849849c1defea9303ae895ef0b > files > 2

aumix-2.8-18mdv2009.0.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