Cross Reference: mixerctl
xref: /src/etc/rc.d/mixerctl
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/etc/rc.d/
mixerctl revision 1.3
11.1Sjmcneill#!/bin/sh
21.1Sjmcneill#
31.3Slukem# $NetBSD: mixerctl,v 1.3 2002/06/11 16:31:41 lukem Exp $
41.1Sjmcneill#
51.1Sjmcneill
61.1Sjmcneill# PROVIDE: mixerctl
71.3Slukem# REQUIRE: mountcritremote
81.1Sjmcneill
91.1Sjmcneill. /etc/rc.subr
101.1Sjmcneill
111.1Sjmcneillname="mixerctl"
121.1Sjmcneillstart_cmd="mixerctl_start"
131.1Sjmcneillstop_cmd=":"
141.1Sjmcneill
151.1Sjmcneillmixerctl_start()
161.1Sjmcneill{
171.1Sjmcneill	if [ -r /etc/mixerctl.conf ]; then
181.1Sjmcneill		echo "Setting mixerctl variables..."
191.3Slukem		while read setting; do
201.3Slukem			mixerctl -n -w $setting
211.3Slukem		done < /etc/mixerctl.conf
221.1Sjmcneill	fi
231.1Sjmcneill}
241.1Sjmcneill
251.1Sjmcneillload_rc_config $name
261.1Sjmcneillrun_rc_command "$1"
27

Indexes created Thu Dec 04 23:09:28 GMT 2025