Changeset 5bb5b34


Ignore:
Timestamp:
Jun 24, 2010, 1:48:08 AM (14 years ago)
Author:
Jessica B. Hamrick <jhamrick@…>
Branches:
master, debian, mac, no-cups, nodebathena, web
Children:
c6f9cbe
Parents:
abc5705
git-author:
Jessica Hamrick <jhamrick@…> (05/12/10 23:43:32)
git-committer:
Jessica B. Hamrick <jhamrick@…> (06/24/10 01:48:08)
Message:

Have the CUPS daemon run under group audio

Location:
debian
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • debian/inst/cups-set-perms

    r53e9374 r5bb5b34  
    1515</Location>
    1616
     17Group audio
     18
    1719# End configurations for gutenbach
    1820EOF
  • debian/lib/gutenbach

    rabc5705 r5bb5b34  
    319319    open(STDIN, "/dev/null");
    320320
    321     my @args = (qw|/usr/bin/mplayer -vo fbdev2 -zoom -x 1024 -y 768 -framedrop -nolirc -ao alsa -cache 512 |, $filepath);
     321    my @args = (qw|/usr/bin/mplayer -vo fbdev2 -zoom -x 1024 -y 768 -framedrop -nolirc -ao alsa -cache 512 -really-quiet |, $filepath);
    322322    #print STDERR "About to exec: ", Dumper([@args]);
    323323    exec(@args) ||
Note: See TracChangeset for help on using the changeset viewer.