Changeset e20354c for debian/inst
- Timestamp:
- Jun 24, 2010, 1:48:08 AM (15 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/inst/create-filter-config
r53e9374 re20354c 25 25 mixer="PCM" 26 26 channel="Front Left" 27 config_file="/usr/lib/gutenbach/config/gutenbach-filter-config.pl" 27 28 28 29 if [ -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" 34 36 else 35 37 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.