OpenAFS Master Repository branch, master, updated. 54b13240943e1a4f244d412892d0d266def42a5e

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


The following commit has been merged in the master branch:
commit 0e3036e4d13dd3f055c9a2d9406e5953587b25f6
Author: Russ Allbery <rra@stanford.edu>
Date:   Wed Jul 15 00:06:09 2009 -0700

    Simplify fstrace message catalog and support non-dest installation
    
    fstrace was searching for its message catalog first through the normal
    NLS message catalog search paths and then falling back on the client
    configuration directory.  This, however, is neither a traditional
    message catalog for internationalization nor is it a configuration file.
    
    Instead, search for the message catalog only in a C directory under
    AFSDIR_CLIENT_DATA_DIRPATH, which is for architecture-independent data,
    and simplify the code.
    
    Now that we have a standard location for the message catalog, install
    it with make install as well as make dest.
    
    Reviewed-on: http://gerrit.openafs.org/92
    Verified-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/afs/Makefile.in |    7 ++++++
 src/venus/fstrace.c |   60 +++++++++++++-------------------------------------
 2 files changed, 23 insertions(+), 44 deletions(-)

-- 
OpenAFS Master Repository