mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
b0cafad62a
The BosConfig.5 man page shows the incorrect path to the BosConfig file when modern installation paths are used. For example, BosConfig.5 man page distributed by Debian contains the text: The file must reside in the /var/lib/openafs/local directory ... which should read: The file must reside in the /etc/openafs directory ... The man page files contain Transarc-style paths which are translated to the configured paths by the install target. The path /usr/afs/local in the BosConfig pod file is interpreted as @afslocaldir@, not the correct @afsbosconfigdir@. Change the BosConfig POD text to trigger a special substitution case in the install-man script. This case is is already in use to correctly translate paths of the BosConfig.new and BosConfig files the bosserver man page. /usr/afs/local/BosConfig -> @afsbosconfigdir@/BosConfig Using this rule requires a change to the text to show the fully qualified path to the BosConfig file, instead of just the directory name. Change-Id: If1c5872dd86c7c1a5de98fb37daef903cd10b26b Reviewed-on: https://gerrit.openafs.org/14908 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Benjamin Kaduk <kaduk@mit.edu> |
||
---|---|---|
.. | ||
doxygen | ||
man-pages | ||
protocol | ||
txt | ||
xml | ||
LICENSE | ||
README |
What's in the "doc" subdirectory ** doc/man-pages pod sources for man pages (converted from original IBM html source). ** doc/xml xml sources for manuals (converted from original IBM html source). Note: The doc/xml/AdminRef uses doc/xml/AdminRef/pod2refentry to convert the pod man pages to xml for printing. pod goes directly to html just fine. ** doc/pdf Old Transarc (and possibly pre-Transarc) protocol and API documentation for which we have no other source. ** doc/txt Technical notes, Windows notes, and examples. ** doc/doxygen Configuration files for the doxygen tool to generate documentation from the annotated sources. See the 'dox' Makefile target in the top level Makefile.