OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2920-gd72df5a

Gerrit Code Review gerrit@openafs.org
Tue, 11 Sep 2012 11:39:40 -0700 (PDT)


The following commit has been merged in the master branch:
commit d72df5a18e0bb8bbcbf23df3e8591072f0cdb770
Author: Michael Meffie <mmeffie@sinenomine.net>
Date:   Tue Sep 11 08:59:13 2012 -0400

    cmd: exit status zero from -help
    
    Return of an exit status of zero when running commands with -help,
    instead of returning an error. By general convention, and in
    previous versions, tools do not not treat -help as an error.
    
    The AFS::Command perl modules, use -help as an introspection
    technique, and fail when commands run with the -help option returns
    non-zero.
    
    Change-Id: I6ecd95f6ccd07218a2657dbb4dbf1c13599159f4
    Reviewed-on: http://gerrit.openafs.org/8087
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    Reviewed-by: Simon Wilkinson <simonxwilkinson@gmail.com>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 src/cmd/cmd.c         |    8 ++++++--
 src/cmd/cmd_errors.et |    1 +
 tests/cmd/command-t.c |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)

-- 
OpenAFS Master Repository