Bug 11735

Summary: printtool EOF failure
Product: [Retired] Red Hat Linux Reporter: Mario Lucio Gomes de Faria <faria>
Component: printtoolAssignee: Crutcher Dunnavant <crutcher>
Status: CLOSED WONTFIX 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-08-07 21:04:05 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:

Description Mario Lucio Gomes de Faria 2000-05-29 17:26:37 UTC
Problem : I get an extra blank page at the end of every job.

Procedure :
Configuring one printer (not PS) and after selecting "Send EOF after job to
eject page" and then close printtool. Running the printtool again and
unselecting the option "Send EOF after job to eject page" and closing
printtool. However, when I run the printtool the option "Send EOF after
job to eject page" is selected, yet.

Solution:
Edit the program file /usr/bin/printtool and locate the word
"intellgently" and then insert # (the comment character) at the begin of
the 2 lines:

line 2029
# if {$tmp_auto_sendeof== "YES"} {

line 2037
# }

Thanks.