From: Theodore Tso Date: Wed, 24 Jul 1996 21:54:19 +0000 (+0000) Subject: Removing last remnants of berk_db X-Git-Tag: krb5-1.0-beta7~282 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8cd4a9c849b7ec8c313600bd2d7f743a48762a42;p=krb5.git Removing last remnants of berk_db git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8800 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/berk_db/.Sanitize b/src/util/berk_db/.Sanitize deleted file mode 100644 index 3c38ca76d..000000000 --- a/src/util/berk_db/.Sanitize +++ /dev/null @@ -1,44 +0,0 @@ -# Sanitize.in for Kerberos V5 - -# Each directory to survive it's way into a release will need a file -# like this one called "./.Sanitize". All keyword lines must exist, -# and must exist in the order specified by this file. Each directory -# in the tree will be processed, top down, in the following order. - -# Hash started lines like this one are comments and will be deleted -# before anything else is done. Blank lines will also be squashed -# out. - -# The lines between the "Do-first:" line and the "Things-to-keep:" -# line are executed as a /bin/sh shell script before anything else is -# done in this - -Do-first: - -# All files listed between the "Things-to-keep:" line and the -# "Files-to-sed:" line will be kept. All other files will be removed. -# Directories listed in this section will have their own Sanitize -# called. Directories not listed will be removed in their entirety -# with rm -rf. - -Things-to-keep: - -.cvsignore -ChangeLog -Makefile.in -PORT -README -README.krb5 -changelog -configure -configure.in -hash -include -man -test - -Things-to-lose: - -Do-last: - -# End of file. diff --git a/src/util/berk_db/ChangeLog b/src/util/berk_db/ChangeLog deleted file mode 100644 index c83b051cc..000000000 --- a/src/util/berk_db/ChangeLog +++ /dev/null @@ -1,86 +0,0 @@ -Thu Jun 6 00:04:38 1996 Theodore Y. Ts'o - - * Makefile.in (all-windows): Don't pass $(LIBCMD) on the command - line. It's set in the windows.in prologue for all Makefiles anyway. - -Mon May 20 21:08:01 1996 Theodore Ts'o - - * Makefile.in: Update use of libupdate to use the new command line - arguments. - -Fri Oct 6 22:06:14 1995 Theodore Y. Ts'o - - * Makefile.in: Remove ##DOS!include of config/windows.in. - config/windows.in is now included by wconfig. - -Mon Oct 2 14:38:37 1995 Ezra Peisach - - * Makefile.in (check-unix): Changed building of library from check - to check-unix. - -Mon Sep 25 16:43:28 1995 Theodore Y. Ts'o - - * Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the - Makefile. - -Mon Sep 18 08:35:47 1995 Ezra Peisach - - * Makefile.in (check): Only build libdb.a when making the self - checks. Do not install the library. - - * configure.in: Do not build a shared library - the contents are - already merged into libkrb5. - -Thu Aug 24 18:40:48 1995 Theodore Y. Ts'o - - * .Sanitize: Update file list - -Tue Jul 18 21:57:52 1995 Sam Hartman - - * configure.in: Don't depend on libdb_ranlib. - -Tue Jul 18 18:04:21 1995 Sam Hartman - - * Makefile.in (install): Combine the ranlib in with the rest of - the rule. This cleans up the $(STEXT) rule. - -Thu Jul 13 16:24:07 1995 Sam Hartman - - * Makefile.in (clean-unix): Use libdb.$(STEXT) so that it works - under AIX. - -Fri Jul 7 16:41:17 EDT 1995 Paul Park (pjpark@mit.edu) - * Makefile.in - Add DEPLIBS, needed by shared library rule. - -Mon Jul 3 12:11:51 1995 Tom Yu - - * Makefile.in (libdb.a): Quiet the if statement. - - * configure.in: Symlink $(TOPLIBD)/libdb.* from the right place. - -Fri Jun 30 14:47:53 EDT 1995 Paul Park (pjpark@mit.edu) - * configure.in - Add --enable-shared check for building libdb shared. - While we won't use libdb shared explicitly, we might as well - build it since we have to go through the trouble of building - the shared objects for libkrb5. - * Makefile.in - Add shared library rules. - -Fri Jun 9 18:59:23 1995 - - * configure.in: Remove standardized set of autoconf macros, which - are now handled by CONFIG_RULES. Use DO_SUBDIRS to - recurse down subdirectories. - - -Fri May 26 16:07:52 EDT 1995 Paul Park (pjpark@mit.edu) - Bring in version 1.85 of the Berkeley database code. We only - use the hashed database, so that's all that's here. There are - slight modifications to the code to fix one bug and to tailor - it for usage with Kerberos. - - -Fri May 26 16:06:46 EDT 1995 Paul Park (pjpark@mit.edu) - Bring in version 1.85 of the Berkeley database code. We only - use the hashed database, so that's all that's here. There are - slight modifications which were done to the code. - diff --git a/src/util/berk_db/Makefile.in b/src/util/berk_db/Makefile.in deleted file mode 100644 index 3e7b67f4f..000000000 --- a/src/util/berk_db/Makefile.in +++ /dev/null @@ -1,48 +0,0 @@ -##DOSBUILDTOP = ..\.. - -TST=if test -n "`cat DONE`" ; then - -LIB_SUBDIRS= hash -LIBDONE= hash/DONE - -LIBUPDATE= $(BUILDTOP)/util/libupdate -DEPLIBS= -SHLIB_LIBS= -SHLIB_LDFLAGS= $(LDFLAGS) @SHLIB_RPATH_DIRS@ -SHLIB_LIBDIRS= @SHLIB_LIBDIRS@ - -all-unix:: - -all-windows:: - - -libdb.$(STEXT): $(LIBDONE) - @if test -f $@ ; then \ - (set -x; $(LIBUPDATE) $@ DONE $(LIB_SUBDIRS)) \ - else \ - (set -x; $(LIBUPDATE) --force $@ DONE $(LIB_SUBDIRS)) \ - fi - $(RANLIB) $@ - touch libdb.stamp - -clean-unix:: - $(RM) libdb.$(LIBEXT) libdb_ranlib libdb.stamp - -clean-windows:: - $(RM) db.lib db.bak - -all-windows:: - cd BERK_DB - @echo Making in berk_db - -$(MAKE) -$(MFLAGS) - cd .. - -clean-windows:: - cd BERK_DB - @echo Making clean in berk_db - -$(MAKE) -$(MFLAGS) clean - cd .. - @echo Making clean locally - - -check-unix:: libdb.$(STEXT) diff --git a/src/util/berk_db/README b/src/util/berk_db/README deleted file mode 100644 index bed2c92fa..000000000 --- a/src/util/berk_db/README +++ /dev/null @@ -1,40 +0,0 @@ -# @(#)README 8.27 (Berkeley) 9/1/94 - -This is version 1.85 of the Berkeley DB code. - -For information on compiling and installing this software, see the file -PORT/README. - -Newer versions of this software will periodically be made available by -anonymous ftp from ftp.cs.berkeley.edu. An archive in compressed format -is in ucb/4bsd/db.tar.Z, or in gzip format in ucb/4bsd/db.tar.gz. If -you'd like to receive announcements of future releases of this software, -send email to the contact address below. - -Email questions may be addressed to Keith Bostic at bostic@cs.berkeley.edu. - -============================================ -Distribution contents: - -Makefile.inc Ignore this, it's the 4.4BSD subsystem Makefile. -PORT The per OS/architecture directories to use to build - libdb.a, if you're not running 4.4BSD. See the file - PORT/README for more information. -README This file. -btree The B+tree routines. -changelog List of changes, per version. -db The dbopen(3) interface routine. -docs Various USENIX papers, and the formatted manual pages. -hash The extended linear hashing routines. -man The unformatted manual pages. -mpool The memory pool routines. -recno The fixed/variable length record routines. -test Test package. - -============================================ -Debugging: - -If you're running a memory checker (e.g. Purify) on DB, make sure that -you recompile it with "-DPURIFY" in the CFLAGS, first. By default, -allocated pages are not initialized by the DB code, and they will show -up as reads of uninitialized memory in the buffer write routines.