]> git.sur5r.net Git - openldap/commit
- Make install creates $(RUNDIR)/var for pid and args files of slapd.
authorKurt Spanier <ksp@openldap.org>
Tue, 5 Jan 1999 15:40:58 +0000 (15:40 +0000)
committerKurt Spanier <ksp@openldap.org>
Tue, 5 Jan 1999 15:40:58 +0000 (15:40 +0000)
commit9c6d384b9a5c6b85f50438a7ef8c537e803df475
tree3b6ee298577147119b77230cd6a4bc2aa14c68ea
parentc97837277ac4c4eaafc90255f8a67e17cd02c6b3
- Make install creates $(RUNDIR)/var for pid and args files of slapd.
- slapd's pid/args file names are based on the servers binary file names,
  providing for multiple servers beeing run on one host.
- slapd supports the -l command line parameter for selection of a
  syslog LOCAL user (-lLOCAL0 .. -lLOCAL7)
- db_appinit() is called during first ldbm_open() in DB 2.x to initialize
  DB debugging features (good to find bugs in the DB code :-)
- a patch for a non-initialized variable in DB's 2.x db_open is provided.
build/db.2.64.patch [new file with mode: 0644]
build/db.2.64.patch.README [new file with mode: 0644]
include/ldapconfig.h.edit
libraries/libldap/getfilter.c
libraries/libldbm/ldbm.c
servers/slapd/Makefile.in
servers/slapd/back-ldbm/init.c
servers/slapd/daemon.c
servers/slapd/main.c