Bug 2449

Summary: typo in /usr/lib/rhs/rhs-printfilters/smbprint
Product: [Retired] Red Hat Linux Reporter: klmitch
Component: rhs-printfiltersAssignee: David Lawrence <dkl>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.0CC: iain, jsteele, klmitch
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-05-03 15:09:35 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 klmitch 1999-04-30 20:50:26 UTC
On the last line of /usr/lib/rhs/rhs-printfilters/smbprint,
the variable "$workgroupcmd" is misspelled "$wokrgroupcmd",
rendering smb printing non-functional.

Comment 1 Bill Nottingham 1999-05-03 15:09:59 UTC
Ugh.
fixed in rhs-printfilters-1.52-1, available in next rawhide.

Comment 2 Bill Nottingham 1999-08-31 17:41:59 UTC
*** Bug 4808 has been marked as a duplicate of this bug. ***

The last line ikn /usr/lib/rhs/rhs-printfilters/smbprint
contains:
   $wokrgroup
instead of
   $workgroup

This results in smbclient being run with an invalid command
line if a workgroup is specified in printtool, resulting in
no data being spooled.
Edit file as detailed above to fix problem.

Comment 3 Bill Nottingham 1999-09-27 18:22:59 UTC
*** Bug 5398 has been marked as a duplicate of this bug. ***

last line of /usr/lib/rhs/rhs-printfilters contains a typo.

the expression    $wokrgroupcmd   evaluates to null, should
read :            $workgroupcmd

This caused my smb print jobs to fail silently; smbclient
was denied access, and lpd saw the file dumped to /dev/null
successfully and so reported normal operation.  fixing the
typo makes everything wokr fine.  Am I the first person to
discover this ?