summaryrefslogtreecommitdiffstats
path: root/src/util/db2/README
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2005-10-04 23:38:37 +0000
committerKen Raeburn <raeburn@mit.edu>2005-10-04 23:38:37 +0000
commit745cddfcd791359ff5ae5c2f33db3b196f6df481 (patch)
tree4a5081d158f5f0e3ec784b1c2190d9870dceaa41 /src/util/db2/README
parenta6759444a5cc94637576e92cf425efda13a791ea (diff)
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
Diffstat (limited to 'src/util/db2/README')
-rw-r--r--src/util/db2/README17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/util/db2/README b/src/util/db2/README
deleted file mode 100644
index 70118bef5f..0000000000
--- 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.