Bug 1069350
| Summary: | run-parts(4) man page does not exist | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Jeff Bastian <jbastian> | ||||
| Component: | man-pages-overrides | Assignee: | Jan Chaloupka <jchaloup> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Iveta Wiedermann <isenfeld> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 7.0 | CC: | jchaloup, jscotka, ovasik | ||||
| Target Milestone: | rc | Keywords: | EasyFix, ManPageChange, Patch | ||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | man-pages-overrides-7.1.0-1.el7 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2015-03-05 13:06:10 UTC | Type: | Bug | ||||
| 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: | |||||||
| Bug Blocks: | 1138654 | ||||||
| Attachments: |
|
||||||
|
Description
Jeff Bastian
2014-02-24 19:42:09 UTC
There is an extra "man/" in the path:
~]$ zcat /usr/share/man/man4/run-parts.4.gz
.so man/man4/crontabs.4
If I remove the "man/" then it works:
~]$ sudo mv /usr/share/man/man4/run-parts.4.gz{,.ORIG}
~]$ sudo sh -c 'echo ".so man4/crontabs.4" | gzip -9 - > /usr/share/man/man4/run-parts.4.gz'
~]$ man 4 run-parts
CRONTABS(4) Crontabs users' Manual CRONTABS(4)
NAME
crontabs - configuration and scripts for running periodical jobs
...
Created attachment 928774 [details]
wrong .so directive
Hello, Jeff, you are right. .so directive was wrong. Patch attached. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-0516.html |