OpenAFS Master Repository branch, master, updated. 1ea9c02f8ec985605a52bde331de5c848a7a5d56
Gerrit Code Review
gerrit@openafs.org
Thu, 23 Jul 2009 18:49:13 -0700 (PDT)
The following commit has been merged in the master branch:
commit 1ea9c02f8ec985605a52bde331de5c848a7a5d56
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)
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>
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 | 23 ++-
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(+), 83 deletions(-)
--
OpenAFS Master Repository