Changeset c2f6180
- Timestamp:
- Feb 26, 2009, 1:46:10 AM (16 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gutenbach/debian/lib/sipbmp3-filter
rf014bc4 rc2f6180 94 94 open(ZEPHYR, '|/usr/athena/bin/zwrite -d -n -c '. $zephyr_class .' -i ' . 95 95 'sipbmp3@'.$host.' -s "SIPB LPR music spooler"'); 96 print(ZEPHYR "$opts{'n'}\@$opts{'H'} is playing:\n");97 96 98 97 # For the Now Playing remctl command 99 98 open(STATUS, '>', '/var/run/sipbmp3/status') or die("Can't open status file /var/run/sipbmp3/status"); 99 100 print(ZEPHYR "$opts{'n'}\@$opts{'H'} is playing:\n"); 101 print(STATUS "User: $opts{'n'}\@$opts{'H'}\n"); 100 102 101 103 # SIGHUP handler
Note: See TracChangeset
for help on using the changeset viewer.