Bug 55652

Summary: /usr/share/man need to be added to /etc/man.config
Product: [Retired] Red Hat Linux Reporter: Khalid <khalid_ha>
Component: manAssignee: Bernhard Rosenkraenzer <bero>
Status: CLOSED WORKSFORME QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i586   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-11-05 12:00:57 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 Khalid 2001-11-04 02:13:49 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)

Description of problem:
/usr/share/man need to be added to /etc/man.config this makes mane pages 
not accessible, especially the localised ones?

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.man ls
2.
3.
	

Actual Results:  no such manual page

Expected Results:  the localised manual page (in french in my case)

Additional info:

Comment 1 Bernhard Rosenkraenzer 2001-11-05 12:00:50 UTC
[root@spock root]# cat /etc/man.config |grep "/usr/share" 
MANPATH /usr/share/man 
MANPATH_MAP     /bin                    /usr/share/man 
MANPATH_MAP     /sbin                   /usr/share/man 
MANPATH_MAP     /usr/bin                /usr/share/man 
MANPATH_MAP     /usr/sbin               /usr/share/man 
MANPATH_MAP     /usr/bin/mh             /usr/share/man 
 
It's already there. 
rpm does not (and should not) overwrite config files you've changed, though. 
 
By any chance, did you modify your man.config on 6.x, then update to 7.x? 
 


Comment 2 Bernhard Rosenkraenzer 2001-11-15 14:30:37 UTC
Closing due to lack of feedback