OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_62-48-gd6df1a8

Gerrit Code Review gerrit@openafs.org
Wed, 9 Sep 2009 21:22:54 -0700 (PDT)


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(-)

-- 
OpenAFS Master Repository