]> git.michaelhowe.org Git - packages/o/openafs.git/commit
volinfo: separate volscan binary
authorMichael Meffie <mmeffie@sinenomine.net>
Wed, 12 Mar 2014 19:15:32 +0000 (15:15 -0400)
committerStephan Wiesand <stephan.wiesand@desy.de>
Wed, 13 Aug 2014 18:51:40 +0000 (14:51 -0400)
commitd43dd100149584d5a2ae1f2d8514a917b73ebf28
tree1b47f1a3f64cef67d3cfa903b00ef59853b25cc2
parent5c944018cafac20f6d87b475bc239dbe5c80ddf7
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.

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>
(cherry picked from commit af2e3d81cff39ed06e3bfbfcbfff52163c503c54)

Change-Id: Ie261ac5a8bd6baea7d5d5110248611219ee1c175
Reviewed-on: http://gerrit.openafs.org/11278
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
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]