mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Additional comment
This commit is contained in:
parent
06c127a28c
commit
3fe8eb637a
1 changed files with 9 additions and 1 deletions
|
|
@ -1,6 +1,14 @@
|
|||
This patch is intended to be applied to Berkeley DB 4.2 and,
|
||||
This patch is intended to be applied to Berkeley DB 4.2.52 and,
|
||||
if applied, will automatically be used by slapd(8) back-bdb/hdb.
|
||||
|
||||
The patch can be applied using patch(1) as follows
|
||||
cd db-4.2.52
|
||||
patch < openldap-src/build/BerkeleyDB42.patch
|
||||
|
||||
(modify directory paths as necessary).
|
||||
|
||||
The patch should not be applied to Berkeley DB 4.3.
|
||||
|
||||
|
||||
Index: dbinc/db.in
|
||||
===================================================================
|
||||
|
|
|
|||
Loading…
Reference in a new issue