Ignore:
Timestamp:
Sep 17, 2009, 2:55:47 AM (15 years ago)
Author:
Jessica B. Hamrick <jhamrick@…>
Branches:
master, debian, mac, no-cups, nodebathena, web
Children:
c631d1a
Parents:
c061ab8
git-author:
Jessica B. Hamrick <jhamrick@…> (09/17/09 02:55:47)
git-committer:
Jessica B. Hamrick <jhamrick@…> (09/17/09 02:55:47)
Message:

Added debconf implementation and clean uninstall, but the actual functionality of sipbmp3 seems to be broken - it will send a zephyr and say it's playing the song, and then say "playback completed sucessfully", but both zephyrs come at the ~same time and there is no sound output.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sipbmp3/debian/inst/run-checkpc

    rc061ab8 r331360d  
    1 #!/bin/sh
     1#!/bin/sh -e
    22
    33# make sure directories exist for checkpc
     4echo "Running checkpc..." >&2
    45if [ ! -d /var/spool/lpd ]; then
    56    mkdir /var/spool/lpd
     
    1213chmod og=rwx /var/spool/lpd
    1314chmod og=rwx /var/spool/lpd/%P
    14 /usr/sbin/checkpc -Plprmp3 -f
     15
     16. /usr/share/debconf/confmodule
     17db_get sipbmp3/printername
     18/usr/sbin/checkpc -P"$RET" -f
Note: See TracChangeset for help on using the changeset viewer.