Bug 12345

Summary: ps-to-printer.fpi
Product: [Retired] Red Hat Linux Reporter: Zing <shishz>
Component: rhs-printfiltersAssignee: Bernhard Rosenkraenzer <bero>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-06-16 20:24:38 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 623010    
Bug Blocks: 402301    

Description Zing 2000-06-16 20:24:37 UTC
I would find a lot of zero-byte printtmp.XXXXX files in /tmp.

In ps-to-printer.fpi, if $GSDEVICE is postscript (or text it looks like) 
the $TMPFILE isn't removed spamming the /tmp directory.

Looks like a "rm $TMPFILE" is needed for these two conditions.  This solved 
my problem.

Comment 1 Bill Nottingham 2000-06-17 16:42:14 UTC
This was fixed in the rawhide printfilters; actually, the use of tempfiles
was removed.

Comment 2 Zing 2000-06-17 23:36:11 UTC
10-4!