volinfo: separate volscan binary
authorMichael Meffie <mmeffie@sinenomine.net>
Wed, 12 Mar 2014 19:15:32 +0000 (15:15 -0400)
committerD Brashear <shadow@your-file-system.com>
Tue, 25 Mar 2014 16:58:55 +0000 (09:58 -0700)
commitaf2e3d81cff39ed06e3bfbfcbfff52163c503c54
treeac95f89f9cc0b710e902ec6002117266abc02b61
parent77e4d2146e166c5c70d4255408bde5e6499a06bf
volinfo: separate volscan binary

Refactor vol-info.c into several files and change the makefile to
build a separate volscan binary, instead of using the program name
to determine if the user is running volinfo or volscan.

This commit adds new source files for the volinfo and volscan main()
function and a common header file.

Change-Id: I53a2a503812237a850170c39c81ee3fb56c8282e
Reviewed-on: http://gerrit.openafs.org/10903
Reviewed-by: D Brashear <shadow@your-file-system.com>
Tested-by: D Brashear <shadow@your-file-system.com>
src/vol/.gitignore
src/vol/Makefile.in
src/vol/NTMakefile
src/vol/vol-info.c
src/vol/vol-info.h [new file with mode: 0644]
src/vol/volinfo-main.c [new file with mode: 0644]
src/vol/volscan-main.c [new file with mode: 0644]