OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_8-158-geed61c2

Gerrit Code Review gerrit@openafs.org
Wed, 13 Aug 2014 14:17:47 -0400


The following commit has been merged in the openafs-stable-1_6_x branch:
commit eed61c2f865757074b55ae6ccfb91f50d7715f0e
Author: Michael Meffie <mmeffie@sinenomine.net>
Date:   Fri May 27 18:17:44 2011 -0400

    volinfo: accept -sizeonly for -sizeOnly
    
    For consistency, allow -sizeonly (all lowercase letters) to
    request the size summary. The old option name, -sizeOnly is
    available as an alias.
    
    Define the command line option parameter positions and use
    those to set and look up the options.
    
    1.6 note: The libcmd in 1.6 lacks parameter aliases and offsets.
    Instead we create params the normal way and make the offsets enum line
    up with the default offsets. To get an alias for -sizeonly, we create
    a new parameter that just does the same thing (P_SIZEONLY_COMPAT).
    
    Reviewed-on: http://gerrit.openafs.org/4741
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    (cherry picked from commit 1a4262253e78aa7a4e8c58006abd3301f71bab89)
    
    Change-Id: Ic630a7c0b29bd62525dd2211a7771c647e1be8df
    Reviewed-on: http://gerrit.openafs.org/11258
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>

 doc/man-pages/pod8/volinfo.pod |    4 +-
 src/vol/vol-info.c             |   50 ++++++++++++++++++++++++++++-----------
 2 files changed, 38 insertions(+), 16 deletions(-)

-- 
OpenAFS Master Repository