X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fbootscripts%2Falsa;h=94830dd236a3ca5b2aa23a0e4aa8e9bd9eefce3a;hb=2d56e369dbc033f743dfcc0b392c844d6299937b;hp=c0de29607d0588a3c4b33b3f60ed994caed652db;hpb=4fcbeb0fcbc674b5442df059a33bdb882120fe0e;p=hvlinux.git diff --git a/stage3/bootscripts/alsa b/stage3/bootscripts/alsa index c0de296..94830dd 100755 --- a/stage3/bootscripts/alsa +++ b/stage3/bootscripts/alsa @@ -7,7 +7,7 @@ source /etc/rc.d/init.d/functions log_script_name "$0 $*" -alsactl=/usr/sbin/alsactl +alsactl="/usr/sbin/alsactl -d" # See how we were called. case "$1" in @@ -18,12 +18,11 @@ case "$1" in stop) cmd_run_log_box "Saving sound settings" ${alsactl} store ;; - + *) echo "Usage: $0 {start|stop}" exit ${EXIT_CODE_FAILURE} ;; - esac exit 0