OpenAFS Master Repository branch, openafs-stable-1_4_x, updated. cb82033f2372e1d20b83a954b90f45d3f591dad4

Gerrit Code Review gerrit@openafs.org
Wed, 16 Dec 2009 22:38:00 -0800 (PST)


The following commit has been merged in the openafs-stable-1_4_x branch:
commit cb82033f2372e1d20b83a954b90f45d3f591dad4
Author: Toby Blake <toby@inf.ed.ac.uk>
Date:   Thu Jul 23 20:18:28 2009 +0100

    Finish afscell implementation work
    
    This patch completes the implementation of an install time prompeter
    for information about the local AFS cell, which is then used to populate
    the ThisCell file. It removes the need for manual editing of
    configuration files as part of the installation.
    
    (Build system modified by Simon Wilkinson from Toby's original patch)
    
    Change-Id: I6f4e2232d8d6270f6d29994d24bf9b4e3f0eb1a3
    Reviewed-on: http://gerrit.openafs.org/http://gerrit.openafs.org/201
    Tested-by: Derrick Brashear <shadow@dementia.org>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Reviewed-on: http://gerrit.openafs.org/940

 src/packaging/MacOS/InstallationCheck.10           |   12 +
 src/packaging/MacOS/InstallationCheck.8            |   12 +
 src/packaging/MacOS/InstallationCheck.9            |   12 +
 src/packaging/MacOS/OpenAFS.post_install           |   13 +
 src/packaging/MacOS/ReadMe.rtf.10                  |    4 +-
 src/packaging/MacOS/ReadMe.rtf.8                   |    4 +-
 src/packaging/MacOS/ReadMe.rtf.9                   |    4 +-
 src/packaging/MacOS/buildpkg.sh.in                 |   17 +
 src/platform/DARWIN/Makefile.in                    |   22 ++-
 src/platform/DARWIN/afscell/.gitignore             |    5 +
 .../afscell/English.lproj/Localizable.strings      |  Bin 162 -> 194 bytes
 .../afscell/English.lproj/afscell.nib/classes.nib  |  101 +++++--
 .../afscell/English.lproj/afscell.nib/info.nib     |   21 +-
 .../English.lproj/afscell.nib/keyedobjects.nib     |  Bin 26172 -> 4566 bytes
 .../DARWIN/afscell/InstallerSections.plist         |    3 +-
 .../afscell/afscell.xcodeproj/project.pbxproj      |   13 +-
 src/platform/DARWIN/afscell/afscellPane.h          |    1 -
 src/platform/DARWIN/afscell/afscellPane.m          |  328 ++++++++++++++++++--
 18 files changed, 490 insertions(+), 82 deletions(-)

-- 
OpenAFS Master Repository