wok 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 10d656b138ba
children e82def084629
files mysql/receipt openldap/receipt postgresql/receipt
line diff
     1.1 --- a/mysql/receipt	Tue Mar 03 22:58:43 2009 +0100
     1.2 +++ b/mysql/receipt	Wed Mar 04 10:16:20 2009 +0000
     1.3 @@ -10,6 +10,7 @@
     1.4  WGET_URL="http://mirrors.sunsite.dk/mysql/Downloads/MySQL-5.0/$TARBALL"
     1.5  DEPENDS="busybox libmysqlclient mysql-client zlib slitaz-base-files"
     1.6  CONFIG_FILES="/etc/my.cnf"
     1.7 +DATABASE_FILES="/var/lib/mysql"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()
     2.1 --- a/openldap/receipt	Tue Mar 03 22:58:43 2009 +0100
     2.2 +++ b/openldap/receipt	Wed Mar 04 10:16:20 2009 +0000
     2.3 @@ -10,7 +10,8 @@
     2.4  WGET_URL="ftp://ftp.openldap.org/pub/OpenLDAP/$PACKAGE-stable/$TARBALL"
     2.5  DEPENDS="libdb openssl"
     2.6  BUILD_DEPENDS="db-dev libdb"
     2.7 -CONFIG_FILES="/etc/openldap/ldap.conf /etc/openldap/slapd.conf"
     2.8 +CONFIG_FILES="/etc/openldap"
     2.9 +DATABASE_FILES="/var/openldap-*"
    2.10  
    2.11  # Rules to configure and make the package.
    2.12  compile_rules()
     3.1 --- a/postgresql/receipt	Tue Mar 03 22:58:43 2009 +0100
     3.2 +++ b/postgresql/receipt	Wed Mar 04 10:16:20 2009 +0000
     3.3 @@ -10,6 +10,8 @@
     3.4  WGET_URL="ftp://ftp.fr.postgresql.org/source/v$VERSION/$TARBALL"
     3.5  DEPENDS="postgresql-client zlib slitaz-base-files"
     3.6  BUILD_DEPENDS="zlib-dev readline-dev ncurses-dev"
     3.7 +CONFIG_FILES="/var/lib/pgsql/*.conf"
     3.8 +DATABASE_FILES="/var/lib/pgsql"
     3.9  
    3.10  # Rules to configure and make the package.
    3.11  compile_rules()