Changeset a2944f6 for server/lib/gutenbach
- Timestamp:
- Sep 11, 2010, 4:03:29 PM (14 years ago)
- Branches:
- master, debian, mac, no-cups
- Children:
- 618236b, 86f0b5b, 7a98084
- Parents:
- d8d9c7a
- git-author:
- Kyle Brogle <broglek@…> (09/11/10 16:03:29)
- git-committer:
- Kyle Brogle <broglek@…> (09/11/10 16:03:29)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/lib/gutenbach
rd8d9c7a ra2944f6 133 133 my ($tempdir); 134 134 my ($newpath); 135 my ($title); 135 136 136 137 open(STATUS, ">", "/var/run/gutenbach/status"); … … 142 143 $status .= sprintf(" Filetype: %s.", $magic); 143 144 $status .= sprintf(" Filename: %s.", $arguments{"job-title"}); 144 145 145 if (exists $fileinfo->{'Title'}) { 146 $title = $fileinfo->{'Title'}; 146 147 printf(ZEPHYR "\@b{%s}\n", $fileinfo->{'Title'}) if exists $fileinfo->{'Title'}; 147 148 printf(STATUS "%s\n", $fileinfo->{'Title'}) if exists $fileinfo->{'Title'};
Note: See TracChangeset
for help on using the changeset viewer.