# HG changeset patch # User Pascal Bellard # Date 1218304204 0 # Node ID 534023d6e0058a0e3cdb7e4d2d2836f21f5597d2 # Parent 16fdba95d5837472e9d7a725bcaa69fbe6d16cfd Add missing CONFIG_FILES= diff -r 16fdba95d583 -r 534023d6e005 mysql/receipt --- a/mysql/receipt Sat Aug 09 15:11:38 2008 +0000 +++ b/mysql/receipt Sat Aug 09 17:50:04 2008 +0000 @@ -9,6 +9,7 @@ WEB_SITE="http://www.mysql.com/" WGET_URL="http://mirrors.sunsite.dk/mysql/Downloads/MySQL-5.0/$TARBALL" DEPENDS="libmysqlclient mysql-client zlib" +CONFIG_FILES="/etc/my.cnf" # Rules to configure and make the package. compile_rules() diff -r 16fdba95d583 -r 534023d6e005 openldap/receipt --- a/openldap/receipt Sat Aug 09 15:11:38 2008 +0000 +++ b/openldap/receipt Sat Aug 09 17:50:04 2008 +0000 @@ -10,6 +10,7 @@ WGET_URL="ftp://ftp.openldap.org/pub/OpenLDAP/$PACKAGE-stable/$TARBALL" DEPENDS="libdb" BUILD_DEPENDS="db-dev libdb" +CONFIG_FILES="/etc/openldap/ldap.conf /etc/openldap/slapd.conf" # Rules to configure and make the package. compile_rules() diff -r 16fdba95d583 -r 534023d6e005 phpldapadmin/receipt --- a/phpldapadmin/receipt Sat Aug 09 15:11:38 2008 +0000 +++ b/phpldapadmin/receipt Sat Aug 09 17:50:04 2008 +0000 @@ -9,6 +9,7 @@ WEB_SITE="http://$PACKAGE.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" DEPENDS="php-ldap" +CONFIG_FILES="/etc/phpldapadmin/config.php" # Rules to configure and make the package. compile_rules() diff -r 16fdba95d583 -r 534023d6e005 phpmyadmin/receipt --- a/phpmyadmin/receipt Sat Aug 09 15:11:38 2008 +0000 +++ b/phpmyadmin/receipt Sat Aug 09 17:50:04 2008 +0000 @@ -10,6 +10,7 @@ WEB_SITE="http://www.$PACKAGE.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" DEPENDS="php-mysql" +CONFIG_FILES="/etc/phpmyadmin/config.inc.php" # Rules to configure and make the package. compile_rules() diff -r 16fdba95d583 -r 534023d6e005 phppgadmin/receipt --- a/phppgadmin/receipt Sat Aug 09 15:11:38 2008 +0000 +++ b/phppgadmin/receipt Sat Aug 09 17:50:04 2008 +0000 @@ -10,6 +10,7 @@ WEB_SITE="http://$PACKAGE.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" DEPENDS="php-pgsql" +CONFIG_FILES="/etc/phppgadmin/config.inc.php" # Rules to configure and make the package. compile_rules() diff -r 16fdba95d583 -r 534023d6e005 slim/receipt --- a/slim/receipt Sat Aug 09 15:11:38 2008 +0000 +++ b/slim/receipt Sat Aug 09 17:50:04 2008 +0000 @@ -9,6 +9,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://slim.berlios.de" WGET_URL="http://download.berlios.de/slim/$TARBALL" +CONFIG_FILES="/etc/slim.conf" # Rules to configure and make the package. compile_rules() diff -r 16fdba95d583 -r 534023d6e005 slitaz-base-files/receipt --- a/slitaz-base-files/receipt Sat Aug 09 15:11:38 2008 +0000 +++ b/slitaz-base-files/receipt Sat Aug 09 17:50:04 2008 +0000 @@ -8,6 +8,24 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.slitaz.org/" WGET_URL="http://mirror.slitaz.org/sources/base-files/$TARBALL" +CONFIG_FILES=" +/etc/adduser.conf +/etc/passwd +/etc/fstab +/etc/issue +/etc/hosts +/etc/host.conf +/etc/hostname +/etc/group +/etc/gshadow +/etc/shadow +/etc/daemons.conf +/etc/nsswitch.conf +/etc/networks +/etc/profile +/etc/securetty +/etc/services +/etc/shells" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 16fdba95d583 -r 534023d6e005 slitaz-tools/receipt --- a/slitaz-tools/receipt Sat Aug 09 15:11:38 2008 +0000 +++ b/slitaz-tools/receipt Sat Aug 09 17:50:04 2008 +0000 @@ -9,6 +9,13 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.slitaz.org/" WGET_URL="http://download.tuxfamily.org/slitaz/sources/tools/$TARBALL" +CONFIG_FILES=" +/etc/TZ +/etc/motd +/etc/keymap.conf +/etc/X11/screen.conf +/etc/locale.conf +/etc/firewall.conf" # Rules to gen a SliTaz package suitable for Tazpkg. # diff -r 16fdba95d583 -r 534023d6e005 squirrelmail/receipt --- a/squirrelmail/receipt Sat Aug 09 15:11:38 2008 +0000 +++ b/squirrelmail/receipt Sat Aug 09 17:50:04 2008 +0000 @@ -8,6 +8,7 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.squirrelmail.org/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +CONFIG_FILES="/etc/squirrelmail/config.php /etc/squirrelmail/config_local.php" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules()