OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_68-50-g5364fad
Gerrit Code Review
gerrit@openafs.org
Thu, 31 Dec 2009 05:01:00 -0800 (PST)
The following commit has been merged in the master branch:
commit 5364fada4e4eb48dcb72cd0802b8486bee3228c9
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date: Thu Dec 24 15:14:46 2009 +0000
Remove --disable-afsdb
Remove the --disable-afsdb option from configure, and the
corresponding AFS_AFSDB_ENV #ifdefs from the code. This means that
the AFSDB code will always be built, but whether it used or not
can still be controlled by runtime options in the cache manager.
Change-Id: I1378c4626568e02345c7c400804747c446078c7e
Reviewed-on: http://gerrit.openafs.org/1030
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
acinclude.m4 | 12 +-----------
src/WINNT/afsd/afsd_init.c | 8 --------
src/WINNT/afsd/afskfw.c | 2 --
src/WINNT/afsd/cm_cell.c | 4 ----
src/WINNT/afsd/cm_config.c | 6 ------
src/WINNT/afsd/cm_dns.c | 3 ---
src/WINNT/afsd/cm_ioctl.c | 2 --
src/WINNT/afsd/smb.c | 2 --
src/WINNT/client_config/tab_general.cpp | 12 +++++-------
src/WINNT/client_config/tab_hosts.cpp | 2 --
src/afs/UKERNEL/sysincludes.h | 2 --
src/afs/afs_call.c | 4 ----
src/afs/afs_callback.c | 2 --
src/afs/afs_cell.c | 6 ------
src/afs/afs_dcache.c | 4 ----
src/afs/afs_prototypes.h | 2 --
src/afsd/afsd.c | 17 ++---------------
src/auth/NTMakefile | 1 -
src/auth/cellconfig.c | 10 ----------
src/config/NTMakefile.amd64_w2k | 1 -
src/config/NTMakefile.i386_nt40 | 1 -
src/config/NTMakefile.i386_w2k | 1 -
src/config/afsconfig-windows.h | 2 --
23 files changed, 8 insertions(+), 98 deletions(-)
--
OpenAFS Master Repository