Jason Edgecombe
2009-09-10 23:20:41 UTC
commit d6df1a8cec39edf7c0d2598921c735ac6aca70d7
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
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 theDate: 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
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(-)
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