Changeset a33a064 for gutenbach/debian/lib/gutenbach-get-config
- Timestamp:
- Jun 24, 2010, 1:27:33 AM (14 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gutenbach/debian/lib/gutenbach-get-config
rd988d9d ra33a064 3 3 # Get configuration of gutenbach 4 4 5 my $zephyr_class = "sipb-test"; 5 my $zephyr_class = `hostname`; 6 chomp($zephyr_class); 6 7 my $host = `hostname`; 8 chomp($zephyr_class); 7 9 my $queue = "gutenbach"; 8 my $mixer = " Headphone";10 my $mixer = "PCM"; 9 11 my $channel = "Front Left"; 10 12 11 13 # Configuration 12 my $config_file = "/usr/lib/gutenbach/ gutenbach-filter-config.pl";14 my $config_file = "/usr/lib/gutenbach/config/gutenbach-filter-config.pl"; 13 15 if (-r $config_file) { 14 16 # Inline the configuration file
Note: See TracChangeset
for help on using the changeset viewer.