Ignore:
Timestamp:
Jun 24, 2010, 1:27:07 AM (14 years ago)
Author:
Jessica B. Hamrick <jhamrick@…>
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)
Message:

Updated paths and filenames to the correct values for the gutenbach package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gutenbach/debian/lib/volume-zephyr

    r4f58f93 r2e8b589  
    11#!/bin/sh
    22PATH="$(dirname $0):$PATH"
    3 class=$(sipbmp3-get-config zephyr-class)
    4 host=$(sipbmp3-get-config host)
    5 queue=$(sipbmp3-get-config queue)
     3class=$(gutenbach-get-config zephyr-class)
     4host=$(gutenbach-get-config host)
     5queue=$(gutenbach-get-config queue)
    66instance="$queue-volume@$host"
    77
    8 mixer=$(sipbmp3-get-config mixer)
    9 channel=$(sipbmp3-get-config channel)
     8mixer=$(gutenbach-get-config mixer)
     9channel=$(gutenbach-get-config channel)
    1010
    1111muted=$(volume-is-muted)
     
    1515fi
    1616
    17 start-stop-daemon --stop --oknodo --pidfile /var/run/sipbmp3-zephyr >/dev/null 2>&1
    18 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>&1
     17start-stop-daemon --stop --oknodo --pidfile /usr/lib/gutenbach/gutenbach-zephyr >/dev/null 2>&1
     18start-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.