OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2621-geed293b

Gerrit Code Review gerrit@openafs.org
Wed, 27 Jun 2012 09:22:12 -0700 (PDT)


The following commit has been merged in the master branch:
commit 3b45a13a74936ed5f0e19a2766072fbd25c27022
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Wed Jun 27 10:51:37 2012 +0100

    viced: Make the config directory path global
    
    Store the location of the configuration directory in a global
    variable, rather than hardcoding it in multiple locations in the file.
    This makes it easier to write unit tests for portions of the fileserver,
    and is a step towards producing a fileserver that can be run from
    within the test suite.
    
    Change-Id: I0ee1d9bed084472b1e29b9c559a8726f867f91e4
    Reviewed-on: http://gerrit.openafs.org/7585
    Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>
    Tested-by: Derrick Brashear <shadow@dementix.org>

 src/viced/host.c  |    7 +++++--
 src/viced/viced.c |    7 +++++--
 2 files changed, 10 insertions(+), 4 deletions(-)

-- 
OpenAFS Master Repository