Lines Matching +full:retain +full:- +full:state +full:- +full:shutdown
1 #!/bin/sh -
9 # 1. Redistributions of source code must retain the above copyright
31 # KEYWORD: nojail shutdown
52 # Save state of an individual mixer specified as $1
59 if [ -r ${dev} ]; then
60 /usr/sbin/mixer -f ${dev} -o > /var/db/${1}-state 2>/dev/null
65 # Restore the state of an individual mixer specified as $1
72 file="/var/db/${1}-state"
73 if [ -r ${dev} -a -r ${file} ]; then
74 /usr/sbin/mixer -f ${dev} `cat ${file}` > /dev/null
79 # Restore state of all mixers
91 # Save the state of all mixers