Changeset 2e8b589 for gutenbach/debian/lib/gutenbach-get-config
- Timestamp:
- Jun 24, 2010, 1:27:07 AM (14 years ago)
- 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)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
gutenbach/debian/lib/gutenbach-get-config
r28836c2 r2e8b589 1 1 #!/usr/athena/bin/perl 2 2 use strict; 3 # Get configuration of sipbmp33 # Get configuration of gutenbach 4 4 5 5 my $zephyr_class = "sipb-test"; 6 6 my $host = `hostname`; 7 my $queue = " sipbmp3";7 my $queue = "gutenbach"; 8 8 my $mixer = "Headphone"; 9 9 my $channel = "Front Left"; 10 10 11 11 # Configuration 12 my $config_file = "/ etc/sipbmp3-filter-config.pl";12 my $config_file = "/usr/lib/gutenbach/gutenbach-filter-config.pl"; 13 13 if (-r $config_file) { 14 14 # Inline the configuration file
Note: See TracChangeset
for help on using the changeset viewer.