Bug 656438
| Summary: | There is no references for some variables in documentation sysconfig.txt | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Fabrício José Vieira Ceolin <ceolin> | ||||
| Component: | man-pages-overrides | Assignee: | Ivana Varekova <varekova> | ||||
| Status: | CLOSED ERRATA | QA Contact: | |||||
| Severity: | low | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 5.4 | CC: | msvoboda, notting, ovasik, varekova | ||||
| Target Milestone: | rc | Keywords: | ManPageChange, Patch | ||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: |
The ypserv(8), rpc.yppasswdd(8) and rpc.ypxfrd(8) manual pages now contain information about the possibility of setting internal options.
|
Story Points: | --- | ||||
| Clone Of: | |||||||
| : | 699662 (view as bug list) | Environment: | |||||
| Last Closed: | 2011-07-21 07:37:07 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: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 699662 | ||||||
| Attachments: |
|
||||||
|
Description
Fabrício José Vieira Ceolin
2010-11-23 18:20:30 UTC
Those are not used by the initscripts package; NISDOMAIN is. While some service-specific parameters may be documented in sysconfig.txt due to legacy reasons, it is impossible for sysconfig.txt to realistically list all possible configuration values for all possible services that ship init scripts; service-specific configuration parameters need documented in the service itself. There is no documentation for YPSERV_ARGS and YPXFRD in package ypserv too. How reproducible: Using commands. Steps to Reproduce: cd /usr/share/doc/ypserv-2.19 grep -r YPSERV_ARGS . grep -r YPXFRD . Actual results: Nothins happends Expected results: We expected that returs this possible variables. Additional info: Complemeting: How reproducible: Using commands. Steps to Reproduce: man -K YPSERV_ARGS man -K YPXFRD Actual results: Nothins happends Expected results: We expected that returs this possible variables. YPSERV_ARGS is just envvar where you could provide arguments for ypserv (see man 8 ypserv). YPXFRD is just envvar where you could provide arguments for rpc.ypxfrd (see man 8 rpc.ypxfrd). Anyway, it would be better to document this either in the initscripts or in ypserv manpages. However, bugzilla is not a support tool, it is bug tracking tool. If you want to increase the priority of the ypserv update (and more info in these initscripts/manpages), please contact Red Hat product support - http://www.redhat.com/support/ . Hello, please Jan what do you plan with this issue (man-pages fix/ documentation fix/ other option)? Created attachment 493878 [details] patch of man pages According to Bill's comment #1 I'd rather add these options to man pages. The attached patch extends man pages of ypserv, ypxfrd and yppasswdd.
Technical note added. If any revisions are required, please edit the "Technical Notes" field
accordingly. All revisions will be proofread by the Engineering Content Services team.
New Contents:
The ypserv(8), rpc.yppasswdd(8) and rpc.ypxfrd(8) manual pages now contains information about possibilities of setting internal options.
Technical note updated. If any revisions are required, please edit the "Technical Notes" field
accordingly. All revisions will be proofread by the Engineering Content Services team.
Diffed Contents:
@@ -1 +1 @@
-The ypserv(8), rpc.yppasswdd(8) and rpc.ypxfrd(8) manual pages now contains information about possibilities of setting internal options.+The ypserv(8), rpc.yppasswdd(8) and rpc.ypxfrd(8) manual pages now contains information about the possibility of setting internal options.
Technical note updated. If any revisions are required, please edit the "Technical Notes" field
accordingly. All revisions will be proofread by the Engineering Content Services team.
Diffed Contents:
@@ -1 +1 @@
-The ypserv(8), rpc.yppasswdd(8) and rpc.ypxfrd(8) manual pages now contains information about the possibility of setting internal options.+The ypserv(8), rpc.yppasswdd(8) and rpc.ypxfrd(8) manual pages now contain information about the possibility of setting internal options.
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHEA-2011-1009.html |