zshrc: drop aumix call in swspeak()
authorMichael Prokop <mika@grml.org>
Sat, 17 Oct 2009 19:54:10 +0000 (21:54 +0200)
committerMichael Prokop <mika@grml.org>
Sat, 17 Oct 2009 19:54:10 +0000 (21:54 +0200)
debian/changelog
etc/zsh/zshrc

index b35375a..b07b85a 100644 (file)
@@ -1,3 +1,9 @@
+grml-etc-core (0.3.77) UNRELEASED; urgency=low
+
+  * zshrc: drop aumix call in swspeak().
+
+ -- Michael Prokop <mika@grml.org>  Sat, 17 Oct 2009 21:53:49 +0200
+
 grml-etc-core (0.3.76) unstable; urgency=low
 
   [ Frank Terbeck ]
index 2cff02b..195eb44 100644 (file)
@@ -2173,7 +2173,6 @@ swspeak() {
        export PS1="%m%# "
        /usr/sbin/swspeak-setup $@
      else # old version:
-        aumix -w 90 -v 90 -p 90 -m 90
         if ! [[ -r /dev/softsynth ]] ; then
             flite -o play -t "Sorry, software synthesizer not available. Did you boot with swspeak bootoption?"
             return 1