From 745cddfcd791359ff5ae5c2f33db3b196f6df481 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Tue, 4 Oct 2005 23:38:37 +0000 Subject: Move the db2 library to the site of its one use, the kdb-db2 module. Update configuration scripts, pathname make variables, etc., accordingly. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17407 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/db2/README | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/util/db2/README (limited to 'src/util/db2/README') diff --git a/src/util/db2/README b/src/util/db2/README deleted file mode 100644 index 70118bef5..000000000 --- a/src/util/db2/README +++ /dev/null @@ -1,17 +0,0 @@ - IMPORTANT NOTICE: - -This directory contains code of somewhat unknown origin that is -INCOMPATIBLE with both Berkeley DB 1.85 and Sleepycat DB 2.x. Do NOT -contact Sleepycat regarding bugs in code found here; they do not -appreciate it. All bug reports about this code should go to the MIT -Kerberos team via krb5-send-pr or email to krb5-bugs@mit.edu, as -usual. - -It is believed that this "db" code originated from Berkeley DB 1.85 -and was further modified by Cygnus and the MIT Kerberos team. Some -significant changes to the hash code occured at some point. - -The file README.db2 contains the README file provided with the -2.0-alpha release of Berkeley/Sleepycat DB, which may contain -marginally useful information. It is not known at this time how well -this code matches that of the 2.0-alpha release. -- cgit