/[packages]/cauldron/aumix/current/SOURCES/aumix-2.8-bug-115869.patch
ViewVC logotype

Contents of /cauldron/aumix/current/SOURCES/aumix-2.8-bug-115869.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 305 - (show annotations) (download)
Fri Jan 7 21:39:43 2011 UTC (13 years, 3 months ago) by pterjan
File size: 403 byte(s)
imported package aumix
1 Patch by mharris to fix bug:
2
3 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=115869
4
5 --- src/mute.bug-115869 Thu Dec 23 11:56:42 2004
6 +++ src/mute Thu Dec 23 11:56:55 2004
7 @@ -8,7 +8,8 @@
8 volumes=$(aumix -vq |tr -d ,)
9 if [ $(echo $volumes | awk '{print $2}') -ne 0 -o \
10 $(echo $volumes | awk '{print $3}') -ne 0 ]; then
11 - aumix -S -v 0
12 + aumix -S
13 + aumix -v 0
14 else
15 aumix -L > /dev/null
16 fi

  ViewVC Help
Powered by ViewVC 1.1.30