Changeset 45850db for gutenbach/debian
- Timestamp:
- Jun 24, 2010, 1:10:51 AM (14 years ago)
- Branches:
- master, debian, mac, no-cups, nodebathena, web
- Children:
- 737d88b
- Parents:
- eadacf9
- git-author:
- Edward Z. Yang <edwardzyang@…> (04/19/09 23:28:06)
- git-committer:
- Jessica B. Hamrick <jhamrick@…> (06/24/10 01:10:51)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gutenbach/debian/lib/sipbmp3-filter
r331684f r45850db 109 109 close(STA); 110 110 open(ZEPH, '|/usr/athena/bin/zwrite -d -n -c '. $zephyr_class .' -i '. 111 'sipbmp3@'.$host.' -s "SIPB LPR music spooler"');111 $queue.'@'.$host.' -s "SIPB LPR music spooler"'); 112 112 print(ZEPH "Playback aborted.\n"); 113 113 close(ZEPH); … … 266 266 # Prepare to write status: 267 267 open(ZEPHYR, '|/usr/athena/bin/zwrite -d -n -c '.$zephyr_class.' -i ' . 268 'sipbmp3@'.$host.' -s "SIPB LPR music spooler"');268 $queue.'@'.$host.' -s "SIPB LPR music spooler"'); 269 269 270 270 # fork for mpg123
Note: See TracChangeset
for help on using the changeset viewer.