OpenAFS Master Repository branch, master, updated. 79f00021ce2d7049e0c69815ab4599a9161145e6

Gerrit Code Review gerrit@openafs.org
Thu, 16 Jul 2009 10:06:54 -0700 (PDT)


The following commit has been merged in the master branch:
commit 79f00021ce2d7049e0c69815ab4599a9161145e6
Author: Russ Allbery <rra@stanford.edu>
Date:   Tue Jul 14 23:22:00 2009 -0700

    Provide an AFSDIR_DATA_DIR path for architecture-independent data
    
    Add AFSDIR_DATA_DIR to dirpath.h, defined to be the location for
    installing and finding architecture-independent data files.  Add a
    corresponding AFSDIR_CLIENT_DATA_DIRPATH macro that retrieves the
    possibly-prefixed version of this path.  This will be ${datadir}/openafs
    with normal UNIX installation paths and /usr/vice/etc for Transarc
    paths.  Since there is no apparent need for this path on Windows, it
    is not defined in Windows builds.
    
    The only intended use for this path for right now is the message
    catalog for fstrace.
    
    Reviewed-on: http://gerrit.openafs.org/91
    Verified-by: Derrick Brashear <shadow@dementia.org>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 acinclude.m4                  |    3 +++
 src/config/Makefile.config.in |    2 ++
 src/util/Makefile.in          |    1 +
 src/util/dirpath.c            |    5 +++++
 src/util/dirpath.hin          |    3 +++
 5 files changed, 14 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository