wok-stable rev 1212
Add missing CONFIG_FILES=
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 09 17:50:04 2008 +0000 (2008-08-09) |
parents | 16fdba95d583 |
children | b4764dbfcef8 |
files | mysql/receipt openldap/receipt phpldapadmin/receipt phpmyadmin/receipt phppgadmin/receipt slim/receipt slitaz-base-files/receipt slitaz-tools/receipt squirrelmail/receipt |
line diff
1.1 --- a/mysql/receipt Sat Aug 09 15:11:38 2008 +0000 1.2 +++ b/mysql/receipt Sat Aug 09 17:50:04 2008 +0000 1.3 @@ -9,6 +9,7 @@ 1.4 WEB_SITE="http://www.mysql.com/" 1.5 WGET_URL="http://mirrors.sunsite.dk/mysql/Downloads/MySQL-5.0/$TARBALL" 1.6 DEPENDS="libmysqlclient mysql-client zlib" 1.7 +CONFIG_FILES="/etc/my.cnf" 1.8 1.9 # Rules to configure and make the package. 1.10 compile_rules()
2.1 --- a/openldap/receipt Sat Aug 09 15:11:38 2008 +0000 2.2 +++ b/openldap/receipt Sat Aug 09 17:50:04 2008 +0000 2.3 @@ -10,6 +10,7 @@ 2.4 WGET_URL="ftp://ftp.openldap.org/pub/OpenLDAP/$PACKAGE-stable/$TARBALL" 2.5 DEPENDS="libdb" 2.6 BUILD_DEPENDS="db-dev libdb" 2.7 +CONFIG_FILES="/etc/openldap/ldap.conf /etc/openldap/slapd.conf" 2.8 2.9 # Rules to configure and make the package. 2.10 compile_rules()
3.1 --- a/phpldapadmin/receipt Sat Aug 09 15:11:38 2008 +0000 3.2 +++ b/phpldapadmin/receipt Sat Aug 09 17:50:04 2008 +0000 3.3 @@ -9,6 +9,7 @@ 3.4 WEB_SITE="http://$PACKAGE.sourceforge.net/" 3.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 3.6 DEPENDS="php-ldap" 3.7 +CONFIG_FILES="/etc/phpldapadmin/config.php" 3.8 3.9 # Rules to configure and make the package. 3.10 compile_rules()
4.1 --- a/phpmyadmin/receipt Sat Aug 09 15:11:38 2008 +0000 4.2 +++ b/phpmyadmin/receipt Sat Aug 09 17:50:04 2008 +0000 4.3 @@ -10,6 +10,7 @@ 4.4 WEB_SITE="http://www.$PACKAGE.net/" 4.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 4.6 DEPENDS="php-mysql" 4.7 +CONFIG_FILES="/etc/phpmyadmin/config.inc.php" 4.8 4.9 # Rules to configure and make the package. 4.10 compile_rules()
5.1 --- a/phppgadmin/receipt Sat Aug 09 15:11:38 2008 +0000 5.2 +++ b/phppgadmin/receipt Sat Aug 09 17:50:04 2008 +0000 5.3 @@ -10,6 +10,7 @@ 5.4 WEB_SITE="http://$PACKAGE.sourceforge.net/" 5.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 5.6 DEPENDS="php-pgsql" 5.7 +CONFIG_FILES="/etc/phppgadmin/config.inc.php" 5.8 5.9 # Rules to configure and make the package. 5.10 compile_rules()
6.1 --- a/slim/receipt Sat Aug 09 15:11:38 2008 +0000 6.2 +++ b/slim/receipt Sat Aug 09 17:50:04 2008 +0000 6.3 @@ -9,6 +9,7 @@ 6.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 6.5 WEB_SITE="http://slim.berlios.de" 6.6 WGET_URL="http://download.berlios.de/slim/$TARBALL" 6.7 +CONFIG_FILES="/etc/slim.conf" 6.8 6.9 # Rules to configure and make the package. 6.10 compile_rules()
7.1 --- a/slitaz-base-files/receipt Sat Aug 09 15:11:38 2008 +0000 7.2 +++ b/slitaz-base-files/receipt Sat Aug 09 17:50:04 2008 +0000 7.3 @@ -8,6 +8,24 @@ 7.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 7.5 WEB_SITE="http://www.slitaz.org/" 7.6 WGET_URL="http://mirror.slitaz.org/sources/base-files/$TARBALL" 7.7 +CONFIG_FILES=" 7.8 +/etc/adduser.conf 7.9 +/etc/passwd 7.10 +/etc/fstab 7.11 +/etc/issue 7.12 +/etc/hosts 7.13 +/etc/host.conf 7.14 +/etc/hostname 7.15 +/etc/group 7.16 +/etc/gshadow 7.17 +/etc/shadow 7.18 +/etc/daemons.conf 7.19 +/etc/nsswitch.conf 7.20 +/etc/networks 7.21 +/etc/profile 7.22 +/etc/securetty 7.23 +/etc/services 7.24 +/etc/shells" 7.25 7.26 # Rules to gen a SliTaz package suitable for Tazpkg. 7.27 genpkg_rules()
8.1 --- a/slitaz-tools/receipt Sat Aug 09 15:11:38 2008 +0000 8.2 +++ b/slitaz-tools/receipt Sat Aug 09 17:50:04 2008 +0000 8.3 @@ -9,6 +9,13 @@ 8.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 8.5 WEB_SITE="http://www.slitaz.org/" 8.6 WGET_URL="http://download.tuxfamily.org/slitaz/sources/tools/$TARBALL" 8.7 +CONFIG_FILES=" 8.8 +/etc/TZ 8.9 +/etc/motd 8.10 +/etc/keymap.conf 8.11 +/etc/X11/screen.conf 8.12 +/etc/locale.conf 8.13 +/etc/firewall.conf" 8.14 8.15 # Rules to gen a SliTaz package suitable for Tazpkg. 8.16 #
9.1 --- a/squirrelmail/receipt Sat Aug 09 15:11:38 2008 +0000 9.2 +++ b/squirrelmail/receipt Sat Aug 09 17:50:04 2008 +0000 9.3 @@ -8,6 +8,7 @@ 9.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 9.5 WEB_SITE="http://www.squirrelmail.org/" 9.6 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 9.7 +CONFIG_FILES="/etc/squirrelmail/config.php /etc/squirrelmail/config_local.php" 9.8 9.9 # Rules to gen a SliTaz package suitable for Tazpkg. 9.10 genpkg_rules()