The mute command for aumix does not work
Brought to you by:
trevor
OS: FreeBSD6.2-i386
When mute command is issued it fails to mute the sound.
This is because the shell script `mute' tries to save the current settings and tries to mute the sound simultaneously.
The patch does the same in two commands viz.
aumix -S
aumix -v 0
Patch file for mute command