# HG changeset patch # User Pascal Bellard # Date 1229857565 0 # Node ID b42847caa33704d9a1dea9a51908eee5a5ae67d6 # Parent 9009ad93df569dce986d2d8309c773a883602c7c apache,lighttpd*: update CONFIG_FILES diff -r 9009ad93df56 -r b42847caa337 apache/receipt --- a/apache/receipt Sun Dec 21 10:51:14 2008 +0000 +++ b/apache/receipt Sun Dec 21 11:06:05 2008 +0000 @@ -11,7 +11,7 @@ WGET_URL="${WEB_SITE}dist/$SOURCE/$TARBALL" DEPENDS="apr-util apr openssl" BUILD_DEPENDS="apr-util-dev apr-dev openssl-dev" -CONFIG_FILES="/etc/apache /var/www" +CONFIG_FILES="/etc/apache /var/www /etc/ssl/apache" PROVIDE="lighttpd" # Rules to configure and make the package. diff -r 9009ad93df56 -r b42847caa337 lighttpd-ssl/receipt --- a/lighttpd-ssl/receipt Sun Dec 21 10:51:14 2008 +0000 +++ b/lighttpd-ssl/receipt Sun Dec 21 11:06:05 2008 +0000 @@ -13,7 +13,7 @@ WEB_SITE="http://www.lighttpd.net/" #WGET_URL="http://www.lighttpd.net/download/$TARBALL" WGET_URL="http://mirror.slitaz.org/sources/packages/l/$TARBALL" -CONFIG_FILES="/etc/lighttpd/lighttpd.conf /etc/lighttpd/vhosts.conf" +CONFIG_FILES="/etc/lighttpd /etc/ssl/lighttpd" PROVIDE="lighttpd" BASE_MODULES=" access @@ -95,6 +95,7 @@ echo "Processing pre-install commands..." [ -f /etc/init.d/lighttpd ] && /etc/init.d/lighttpd stop } + post_install() { echo "Processing post-install commands..." @@ -102,7 +103,7 @@ openssl req -new -x509 \ -keyout $1/etc/ssl/lighttpd/lighttpd.pem \ -out $1/etc/ssl/lighttpd/lighttpd.pem \ - -days 3650 -nodes <