wok diff openldap/receipt @ rev 2347

Mysql, postgresql, openldap: define DATABASE_FILES
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 04 10:16:20 2009 +0000 (2009-03-04)
parents 1dd05d636371
children 4482e0fab13a
line diff
     1.1 --- a/openldap/receipt	Thu Jan 01 13:54:26 2009 +0000
     1.2 +++ b/openldap/receipt	Wed Mar 04 10:16:20 2009 +0000
     1.3 @@ -10,7 +10,8 @@
     1.4  WGET_URL="ftp://ftp.openldap.org/pub/OpenLDAP/$PACKAGE-stable/$TARBALL"
     1.5  DEPENDS="libdb openssl"
     1.6  BUILD_DEPENDS="db-dev libdb"
     1.7 -CONFIG_FILES="/etc/openldap/ldap.conf /etc/openldap/slapd.conf"
     1.8 +CONFIG_FILES="/etc/openldap"
     1.9 +DATABASE_FILES="/var/openldap-*"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12  compile_rules()