[Pkg-openldap-devel] r662 - in openldap/trunk-2.3/debian: . patches

Matthijs Mohlmann active2-guest at costa.debian.org
Tue May 30 16:11:42 UTC 2006


Author: active2-guest
Date: 2006-05-30 16:11:41 +0000 (Tue, 30 May 2006)
New Revision: 662

Added:
   openldap/trunk-2.3/debian/patches/ldapi-socket-place
Modified:
   openldap/trunk-2.3/debian/changelog
   openldap/trunk-2.3/debian/patches/series
Log:
 * Added patch to fix the path to the ldapi socket.


Modified: openldap/trunk-2.3/debian/changelog
===================================================================
--- openldap/trunk-2.3/debian/changelog	2006-05-26 16:09:11 UTC (rev 661)
+++ openldap/trunk-2.3/debian/changelog	2006-05-30 16:11:41 UTC (rev 662)
@@ -5,6 +5,7 @@
   * Added slapi-errorlog-file to be into /var/log (Closes: #368895)
   * Removed patch configure.in-fix, incorporated upstream.
   * Move debian/configure.options.new to debian/configure.options.
+  * Added patch to put ldapi socket in /var/run/slapd.
 
   [ Torsten Landschoff ]
   * Include man pages for accesslog and auditlog overlays, patch by

Added: openldap/trunk-2.3/debian/patches/ldapi-socket-place
===================================================================
--- openldap/trunk-2.3/debian/patches/ldapi-socket-place	2006-05-26 16:09:11 UTC (rev 661)
+++ openldap/trunk-2.3/debian/patches/ldapi-socket-place	2006-05-30 16:11:41 UTC (rev 662)
@@ -0,0 +1,13 @@
+Index: include/ldap_defaults.h
+===================================================================
+--- include/ldap_defaults.h.orig
++++ include/ldap_defaults.h
+@@ -39,7 +39,7 @@
+ #define LDAP_ENV_PREFIX "LDAP"
+ 
+ /* default ldapi:// socket */
+-#define LDAPI_SOCK LDAP_RUNDIR LDAP_DIRSEP "run" LDAP_DIRSEP "ldapi"
++#define LDAPI_SOCK LDAP_RUNDIR LDAP_DIRSEP "run" LDAP_DIRSEP "slapd" LDAP_DIRSEP "ldapi"
+ 
+ /*
+  * SLAPD DEFINITIONS

Modified: openldap/trunk-2.3/debian/patches/series
===================================================================
--- openldap/trunk-2.3/debian/patches/series	2006-05-26 16:09:11 UTC (rev 661)
+++ openldap/trunk-2.3/debian/patches/series	2006-05-30 16:11:41 UTC (rev 662)
@@ -7,3 +7,4 @@
 add-autogen-sh
 fixmanpages -p0
 slapi-errorlog-file -p0
+ldapi-socket-place -p0




More information about the Pkg-openldap-devel mailing list