Ignore:
Timestamp:
Jun 24, 2010, 1:27:07 AM (14 years ago)
Author:
Jessica B. Hamrick <jhamrick@…>
Branches:
master, debian, mac, no-cups, nodebathena, web
Children:
d988d9d
Parents:
e5529cd
git-author:
Jessica B. Hamrick <jhamrick@…> (12/12/09 18:08:33)
git-committer:
Jessica B. Hamrick <jhamrick@…> (06/24/10 01:27:07)
Message:

Updated paths and filenames to the correct values for the gutenbach package.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • gutenbach/debian/lib/gutenbach-get-config

    r28836c2 r2e8b589  
    11#!/usr/athena/bin/perl
    22use strict;
    3 # Get configuration of sipbmp3
     3# Get configuration of gutenbach
    44
    55my $zephyr_class = "sipb-test";
    66my $host = `hostname`;
    7 my $queue = "sipbmp3";
     7my $queue = "gutenbach";
    88my $mixer = "Headphone";
    99my $channel = "Front Left";
    1010
    1111# Configuration
    12 my $config_file = "/etc/sipbmp3-filter-config.pl";
     12my $config_file = "/usr/lib/gutenbach/gutenbach-filter-config.pl";
    1313if (-r $config_file) {
    1414    # Inline the configuration file
Note: See TracChangeset for help on using the changeset viewer.