Changeset 2e8b589 for gutenbach/debian/lib/volume-zephyr
- Timestamp:
- Jun 24, 2010, 1:27:07 AM (14 years ago)
- Branches:
- master, debian, mac, no-cups, nodebathena, web
- Children:
- d988d9d
- Parents:
- e5529cd
- git-author:
- Jessica B. Hamrick <jhamrick@…> (12/12/09 18:08:33)
- git-committer:
- Jessica B. Hamrick <jhamrick@…> (06/24/10 01:27:07)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gutenbach/debian/lib/volume-zephyr
r4f58f93 r2e8b589 1 1 #!/bin/sh 2 2 PATH="$(dirname $0):$PATH" 3 class=$( sipbmp3-get-config zephyr-class)4 host=$( sipbmp3-get-config host)5 queue=$( sipbmp3-get-config queue)3 class=$(gutenbach-get-config zephyr-class) 4 host=$(gutenbach-get-config host) 5 queue=$(gutenbach-get-config queue) 6 6 instance="$queue-volume@$host" 7 7 8 mixer=$( sipbmp3-get-config mixer)9 channel=$( sipbmp3-get-config channel)8 mixer=$(gutenbach-get-config mixer) 9 channel=$(gutenbach-get-config channel) 10 10 11 11 muted=$(volume-is-muted) … … 15 15 fi 16 16 17 start-stop-daemon --stop --oknodo --pidfile / var/run/sipbmp3-zephyr >/dev/null 2>&118 start-stop-daemon --start --pidfile / var/run/sipbmp3-zephyr --make-pidfile --background --exec /bin/sh -- -c "sleep 10 && zwrite -c $class -i $instance -d -n -m 'volume changed to$(volume-get)$mute_str' > /dev/null" >/dev/null 2>&117 start-stop-daemon --stop --oknodo --pidfile /usr/lib/gutenbach/gutenbach-zephyr >/dev/null 2>&1 18 start-stop-daemon --start --pidfile /usr/lib/gutenbach/gutenbach-zephyr --make-pidfile --background --exec /bin/sh -- -c "sleep 10 && zwrite -c $class -i $instance -d -n -m '$REMOTE_USER set volume $(volume-get)$mute_str' > /dev/null" >/dev/null 2>&1
Note: See TracChangeset
for help on using the changeset viewer.