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:
b30ec0c
Parents:
7bc8b29
git-author:
Jessica B. Hamrick <jhamrick@…> (05/12/10 22:47:15)
git-committer:
Jessica B. Hamrick <jhamrick@…> (06/24/10 01:48:08)
Message:

Fix perl bugs in the filter, change 'daemon' to 'lp'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • debian/inst/create-filter-config

    r53e9374 re20354c  
    2525mixer="PCM"
    2626channel="Front Left"
     27config_file="/usr/lib/gutenbach/config/gutenbach-filter-config.pl"
    2728
    2829if [ -z "$failed" ]; then
    29     echo "\$zephyr_class = \""$zephyrclass"\";" >> /usr/lib/gutenbach/config/gutenbach-filter-config.pl
    30     echo "\$host = \""$hostname"\";" >> /usr/lib/gutenbach/config/gutenbach-filter-config.pl
    31     echo "\$queue = \""$printername"\";" >> /usr/lib/gutenbach/config/gutenbach-filter-config.pl
    32     echo "\$mixer = \""$mixer"\";" >> /usr/lib/gutenbach/config/gutenbach-filter-config.pl
    33     echo "\$channel = \""$channel"\";" >> /usr/lib/gutenbach/config/gutenbach-filter-config.pl
     30    echo "\$zephyr_class = \""$zephyrclass"\";" >> "$config_file"
     31    echo "\$host = \""$hostname"\";" >> "$config_file"
     32    echo "\$queue = \""$printername"\";" >> "$config_file"
     33    echo "\$mixer = \""$mixer"\";" >> "$config_file"
     34    echo "\$channel = \""$channel"\";" >> "$config_file"
     35    echo "1;" >> "$config_file"
    3436else
    3537    echo "Error: One of /usr/lib/gutenbach/config/{printername,hostname,zephyrclass} does not exist!" >&2
Note: See TracChangeset for help on using the changeset viewer.