Changeset 4f58f93


Ignore:
Timestamp:
Jun 24, 2010, 1:17:55 AM (14 years ago)
Author:
Jessica B. Hamrick <jhamrick@…>
Branches:
master, debian, mac, no-cups, nodebathena, web
Children:
8625400
Parents:
f01bb25
git-author:
Greg Price <price@…> (11/10/09 00:17:35)
git-committer:
Jessica B. Hamrick <jhamrick@…> (06/24/10 01:17:55)
Message:

Just say the new volume, not who changed it.

Multiple people have expressed discomfort with having their every change
of volume be broadcast by name. It doesn't make any sense anyway now that
only an arbitrary subset of the changes are zephyred.

Signed-off-by: Greg Price <price@…>

File:
1 edited

Legend:

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

    rf01bb25 r4f58f93  
    1616
    1717start-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 '$REMOTE_USER set volume $(volume-get)$mute_str' > /dev/null" >/dev/null 2>&1
     18start-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
Note: See TracChangeset for help on using the changeset viewer.