From 77516219b39e7e26b5e1056eb9cc09499c28b032 Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Tue, 21 Aug 2012 14:09:39 -0500
Subject: LinHES-config: sound-config   stop spewing the MBE status everytime
 it's run

---
 abs/core/LinHES-config/soundconfig.sh | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/abs/core/LinHES-config/soundconfig.sh b/abs/core/LinHES-config/soundconfig.sh
index c268136..c4e1cc7 100755
--- a/abs/core/LinHES-config/soundconfig.sh
+++ b/abs/core/LinHES-config/soundconfig.sh
@@ -4,9 +4,11 @@
 echo $@ >/tmp/audio.call
 
 BASE=""
+MYTH_RUN_STATUS="1"
 . /etc/profile
 TESTFILE="/usr/share/sounds/alsa/Front_Center.wav"
 OSSinstalled="false"
+
 BLACKLIST=/etc/modprobe.d/soundconfig_blacklist.conf
 
 echo "---------------------------------------"
@@ -75,7 +77,8 @@ function installOSS {
     fi
     soundon
     add_service.sh oss
-    echo "install soundcore /bin/false" >$BLACKLIST
+    echo "blacklist soundcore" > $BLACKLIST
+    echo "install soundcore /bin/false" >> $BLACKLIST
 
 
 }
@@ -135,7 +138,7 @@ function checkOSSinstalled () {
 }
 
 function sound_config_system {
-    
+
     SYNCMYTHFRONTEND
 #    if [ x$syncXine = x1 ]
 #    then
-- 
cgit v0.12