Changeset View
Changeset View
Standalone View
Standalone View
libexec/rc/rc.d/mixer
| Show First 20 Lines • Show All 94 Lines • ▼ Show 20 Lines | mixer_stop() | ||||
| local mixer | local mixer | ||||
| for mixer in `list_mixers`; do | for mixer in `list_mixers`; do | ||||
| mixer_save ${mixer} | mixer_save ${mixer} | ||||
| done | done | ||||
| } | } | ||||
| load_rc_config $name | load_rc_config $name | ||||
| # doesn't make sense to run in a svcj: config setting | |||||
| mixer_svcj="NO" | |||||
| run_rc_command "$1" | run_rc_command "$1" | ||||