Changeset 331684f for gutenbach/debian
- Timestamp:
- Jun 24, 2010, 1:10:50 AM (14 years ago)
- Branches:
- master, debian, mac, no-cups, nodebathena, web
- Children:
- 83733c9
- Parents:
- 9daccda
- git-author:
- Edward Z. Yang <edwardzyang@…> (03/01/09 18:51:14)
- git-committer:
- Jessica B. Hamrick <jhamrick@…> (06/24/10 01:10:50)
- Location:
- gutenbach/debian/lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
gutenbach/debian/lib/README
rd9d50c7 r331684f 80 80 $zephyr_class = "my-auto-class" 81 81 $host = "hostname" 82 $queue = "printername" 82 83 83 84 XXX: Auto-detect hostname and invent a sane default zephyr class off of it. -
gutenbach/debian/lib/sipbmp3-filter
r9daccda r331684f 300 300 open(STDIN, "/dev/null"); 301 301 #print STDERR Dumper([qw|/usr/bin/mplayer -nolirc -ao alsa -quiet|, $filepath]); 302 my @args = (qw|/usr/bin/mplayer -novideo -vo null -nolirc -ao alsa -cache 512 |, $filepath);302 my @args = (qw|/usr/bin/mplayer -novideo -vo null -nolirc -ao alsa -cache 512 -really-quiet |, $filepath); 303 303 #print STDERR "About to exec: ", Dumper([@args]); 304 304 exec(@args) ||
Note: See TracChangeset
for help on using the changeset viewer.