[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: open-ldap_1.0.1 PID-File?



Michael Stroeder wrote:
> where's the file containing the PID of the slapd?

It should be in the LDAP_RUNDIR which defaults to
the LDAP_ETCDIR.  Looks like I messed up the defaulting
for LDAP_RUNDIR in Make-common.gmake. 

I've committed the below patch.

Kurt

Index: Make-common.gmake
===================================================================
RCS file: /repo/OpenLDAP/pkg/ldap/Make-common.gmake,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Make-common.gmake   1998/09/08 00:26:56     1.2
+++ Make-common.gmake   1998/09/08 23:32:04     1.3
@@ -78,7 +78,7 @@
 ifndef LDAP_LIBEXECDIR
 LDAP_LIBEXECDIR= $(LDAP_INSTROOT)/libexec
 endif
-ifndef LDAP_ETCDIR
+ifndef LDAP_RUNDIR
 LDAP_RUNDIR= $(LDAP_ETCDIR)
 endif