[arch-commits] Commit in openldap/trunk (PKGBUILD slapd.default)

Andrea Scarpino andrea at archlinux.org
Sun Jan 23 10:57:57 UTC 2011


    Date: Sunday, January 23, 2011 @ 05:57:57
  Author: andrea
Revision: 107303

add missing parameter to read configuration from dir

Modified:
  openldap/trunk/PKGBUILD
  openldap/trunk/slapd.default

---------------+
 PKGBUILD      |    2 +-
 slapd.default |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-23 10:53:21 UTC (rev 107302)
+++ PKGBUILD	2011-01-23 10:57:57 UTC (rev 107303)
@@ -18,7 +18,7 @@
         'slapd.default')
 md5sums=('90150b8c0d0192e10b30157e68844ddf'
          'd245b56b84fae7358e0f3fb3dfa9a558'
-         '6be69f6b7e522cb64cce8703da81ed32')
+         '62c8c407d210e38f2f923efd4ac0ccfa')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}

Modified: slapd.default
===================================================================
--- slapd.default	2011-01-23 10:53:21 UTC (rev 107302)
+++ slapd.default	2011-01-23 10:57:57 UTC (rev 107303)
@@ -3,4 +3,4 @@
 # sockets.
 # Example usage:
 #SLAPD_SERVICES="ldap://127.0.0.1:389/ ldaps:/// ldapi:///"
-SLAPD_OPTIONS=""
+SLAPD_OPTIONS="-F /etc/openldap/slapd.d/"




More information about the arch-commits mailing list