Changeset c2f6180


Ignore:
Timestamp:
Feb 26, 2009, 1:46:10 AM (15 years ago)
Author:
Edward Z. Yang <edwardzyang@…>
Branches:
master, debian, mac, no-cups, nodebathena, web
Children:
014f817
Parents:
f014bc4
git-author:
Edward Z. Yang <edwardzyang@…> (02/26/09 01:46:10)
git-committer:
Edward Z. Yang <edwardzyang@…> (02/26/09 01:46:10)
Message:

Add User information.

Signed-off-by: Edward Z. Yang <edwardzyang@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gutenbach/debian/lib/sipbmp3-filter

    rf014bc4 rc2f6180  
    9494open(ZEPHYR, '|/usr/athena/bin/zwrite -d -n -c '. $zephyr_class .' -i ' .
    9595  'sipbmp3@'.$host.' -s "SIPB LPR music spooler"');
    96 print(ZEPHYR "$opts{'n'}\@$opts{'H'} is playing:\n");
    9796
    9897# For the Now Playing remctl command
    9998open(STATUS, '>', '/var/run/sipbmp3/status') or die("Can't open status file /var/run/sipbmp3/status");
     99
     100print(ZEPHYR "$opts{'n'}\@$opts{'H'} is playing:\n");
     101print(STATUS "User: $opts{'n'}\@$opts{'H'}\n");
    100102
    101103# SIGHUP handler
Note: See TracChangeset for help on using the changeset viewer.