diff options
author | James Meyer <james.meyer@operamail.com> | 2012-08-21 19:09:39 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-08-21 19:09:39 (GMT) |
commit | 77516219b39e7e26b5e1056eb9cc09499c28b032 (patch) | |
tree | 1be7035d51125590d2d5c16b18992fee56def5c6 /abs/core/LinHES-config/soundconfig.sh | |
parent | 97ff6acca450532ef1c6708c8c33538082b3c2ae (diff) | |
download | linhes_pkgbuild-77516219b39e7e26b5e1056eb9cc09499c28b032.zip linhes_pkgbuild-77516219b39e7e26b5e1056eb9cc09499c28b032.tar.gz linhes_pkgbuild-77516219b39e7e26b5e1056eb9cc09499c28b032.tar.bz2 |
LinHES-config: sound-config stop spewing the MBE status everytime it's run
Diffstat (limited to 'abs/core/LinHES-config/soundconfig.sh')
-rwxr-xr-x | abs/core/LinHES-config/soundconfig.sh | 7 |
1 files 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 |