[OpenAFS-Doc] Re: OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_62-48-gd6df1a8

Jason Edgecombe jason@rampaginggeek.com
Thu, 10 Sep 2009 19:20:41 -0400


Gerrit Code Review wrote:
> The following commit has been merged in the master branch:
> commit d6df1a8cec39edf7c0d2598921c735ac6aca70d7
> Author: Russ Allbery <rra@stanford.edu>
> Date:   Fri Aug 21 18:12:39 2009 -0700
>
>     Move restorevol to bin from sbin
>     
>     restorevol only requires access to a dump file and write access to the
>     directory in which the dump is being unpacked.  It doesn't require being
>     a superuser, so it should be installed in bin instead of sbin.  Also
>     move the man page to section 1 and update references accordingly.
>     
>     Reviewed-on: http://gerrit.openafs.org/333
>     Reviewed-by: Derrick Brashear <shadow@dementia.org>
>     Tested-by: Derrick Brashear <shadow@dementia.org>
>
>  doc/man-pages/pod1/restorevol.pod    |  153 ++++++++++++++++++++++++++++++++++
>  doc/man-pages/pod1/vos_dump.pod      |    2 +-
>  doc/man-pages/pod1/vos_restore.pod   |    2 +-
>  doc/man-pages/pod8/read_tape.pod     |    2 +-
>  doc/man-pages/pod8/restorevol.pod    |  153 ----------------------------------
>  doc/man-pages/pod8/voldump.pod       |    2 +-
>  src/packaging/RedHat/openafs.spec.in |    4 +-
>  src/volser/Makefile.in               |    2 +-
>  8 files changed, 160 insertions(+), 160 deletions(-)
>
>   
I noticed that the restorevol file in the man8 folder. The files in the 
man* folders say that they were autogenerated by pod2man. When do the 
files in man* get updated? If they were generated automatically, then 
should they even be in git?

Thanks,
Jason