Changeset 331684f


Ignore:
Timestamp:
Jun 24, 2010, 1:10:50 AM (14 years ago)
Author:
Jessica B. Hamrick <jhamrick@…>
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)
Message:

Readd -really-quiet.

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

Location:
gutenbach/debian/lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gutenbach/debian/lib/README

    rd9d50c7 r331684f  
    8080    $zephyr_class = "my-auto-class"
    8181    $host = "hostname"
     82    $queue = "printername"
    8283
    8384XXX: Auto-detect hostname and invent a sane default zephyr class off of it.
  • gutenbach/debian/lib/sipbmp3-filter

    r9daccda r331684f  
    300300      open(STDIN, "/dev/null");
    301301      #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);
    303303      #print STDERR "About to exec: ", Dumper([@args]);
    304304      exec(@args) ||
Note: See TracChangeset for help on using the changeset viewer.