Bug 3041

Summary: "chkfontpath" (not chkconfig) prints wrong program name in help text
Product: [Retired] Red Hat Linux Reporter: dunham
Component: chkconfigAssignee: Preston Brown <pbrown>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 6.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://www.cse.msu.edu/~dunham/out/chkfontpath.patch
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-06-11 18:53:39 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 dunham 1999-05-25 15:25:37 UTC
If chkfontpath is invoked as "chkfontpath" (e.g. with not
explicit path) then the program name is printed as
"hkfontpath" in the help message.  To fix this change the
line that reads:

   progName++;

to

   if (*progName == '/') progName++;

(A context diff is in the URL box above.)


Also, there is no chkfontpath component listed in bugzilla.

Comment 1 Jay Turner 1999-05-26 15:20:59 UTC
Observed in the test lab.

Comment 2 Preston Brown 1999-06-11 18:53:59 UTC
This will be fixed in the next release.