LICENSE IPL10
FIXES 75101
give an option to not enforce the dotted principal check. document it.
(cherry picked from commit 98a68f9b021a06d056fb3b97681b9cfc04873d55)
LICENSE BSD
Document the 2TB volume and partition limits and the -abortthreshold flag
to the AFS fileserver.
(cherry picked from commit efba39ead059458d222f923db83c660f23c20b80)
LICENSE BSD
Add -ctime and -cellservdb options to the cmdebug man page and improve
example host names and SEE ALSO references.
(cherry picked from commit 110d5702ea51ce43fca6a5962d9ef8a0ec56d6eb)
LICENSE BSD
Add some additional cross-references, add some missing man pages, fix a
few references to the OpenAFS manuals, document the -live flag to vos
move, and add an example for rxdebug.
(cherry picked from commit 84ef02b0f392c761211adc7d5876217ad835c6c0)
Add new man pages for vos convertROtoRW, vos copy, and read_tape and add
a troubleshooting section to the fileserver man page.
(cherry picked from commit 2ecef5038e81386a002740f6b0112330117c4f6e)
The NAME heading for man pages can't contain a space in the program side
or the man pages won't index with some man implementations.
(cherry picked from commit 6ef9f3933595e4fef5c4af334ab580dbb08212c3)
More details on how to run check-pod. Restore the [] markup in the vos
changeloc SYNOPSIS since the flags really are optional.
(cherry picked from commit dfb2961b677299a726be33e63b29476f003d03a7)
Mention vos changeloc in the vos man page. Also include an incidental fix
to pts source's man page.
(cherry picked from commit fb1cc324a498908f823e3c8ceb2b2be29cc785c3)
Add new man pages for pts interactive, quit, sleep, and source. Fix POD
errors in a few other man pages and update the to-do list in README.
(cherry picked from commit 87efbab4e8c0dc37c1938503eea88f7f319b7e5d)
Add a new fs newalias man page. Add -help to the synopsis and options of
the other new man pages. Add additional missing links in the fs man page.
Fix some wording in the CellAlias man page.
(cherry picked from commit e7742db31f68acf2d227c13840e0a0ed9291d247)
Add manual page for fs listaliases. Also add the links in the fs(1) man
page and update README more for the current to-do list.
(cherry picked from commit 95cfc0cfafe5c0a3f9f8ff07cb3c2be29fe9e3fc)
Complete the documentation of the afsd flags and update a few things like
-settime and -nosettime. Add man pages for fs setcrypt, fs getcrypt, and
CellAlias. Based on work by Jason Edgecombe and then extensively edited,
so any errors I probably introduced.
(cherry picked from commit 8761673c608986d32bb858b26441b09c24f41696)
FIXES 65988
Mention aklog and kinit in klog's man page, add -dynroot to the afsd man
page, and mention that -skipauth tells uss not to create any Kerberos
principal and this has to be done separately.
(cherry picked from commit 2367c273bbfd3cbecc72b770ede579e60da153e2)
Fix a NetInfo reference in the NetRestrict man page that should be
NetRestrict and add cross-references in SEE ALSO.
(cherry picked from commit 67ea3ae96bc678b5e2a61810634bef71713291da)
Document (at least partially) AFS's mapping of Kerberos v5 principal names
to Kerberos v4 format in the aklog man page. Also document that -setpag
may not always work.
(cherry picked from commit 46cfe728987b8d2f45a7dc718234f83fccbda9eb)
Change the CAUTIONS about afsd -shutdown to be less dire and more accurate,
as this now mostly works on Linux.
(cherry picked from commit f82012552166a51edf6931b05abd0380c429d6b6)
Rewrite the aklog man page in POD and add documentation of the new flags
and .xlog.
RCS file: /cvs/openafs/src/aklog/Attic/aklog.1,v
Working file: src/aklog/aklog.1
head: 1.2
branch:
locks: strict
access list:
keyword substitution: kv
total revisions: 4; selected revisions: 0
description:
====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================
Fix unterminated B<>.
(cherry picked from commit 5f434b8087d3c73123860f853d15a0f51c03bf73)
Implement proper synopsis wrapping for HTML generation.
This was done in three pieces. First, add HTML-specific tags to the POD to
mark the synopsis for HTML purposes so that we can apply style information
to it. Second, update the style sheet to indent all lines except for the
first in the synopsis section. Third, add the appropriate S<> tags around
option and argument pairs so that we don't wrap between the option and its
argument.
Unfortunately, due to the <I<foo>> style that looks nicer for other reasons,
we have to use the very verbose S<<< >>>. Oh well.
Make the mentions of subcommands in the fs command introduction links to
the relevant pages, and add to README a to-do note to do this for the rest
of the introductory pages.
Fix links to man pages that contain underscores by working around a bug
in Pod::Simple.