Changeset a33a064


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

Moved cd*, status*, and volume* scripts to the gutenbach-remctl package,
and fixed paths in gutenbach-get-config.

Location:
gutenbach/debian/lib
Files:
15 deleted
1 edited

Legend:

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

    rd988d9d ra33a064  
    33# Get configuration of gutenbach
    44
    5 my $zephyr_class = "sipb-test";
     5my $zephyr_class = `hostname`;
     6chomp($zephyr_class);
    67my $host = `hostname`;
     8chomp($zephyr_class);
    79my $queue = "gutenbach";
    8 my $mixer = "Headphone";
     10my $mixer = "PCM";
    911my $channel = "Front Left";
    1012
    1113# Configuration
    12 my $config_file = "/usr/lib/gutenbach/gutenbach-filter-config.pl";
     14my $config_file = "/usr/lib/gutenbach/config/gutenbach-filter-config.pl";
    1315if (-r $config_file) {
    1416    # Inline the configuration file
Note: See TracChangeset for help on using the changeset viewer.