wok-4.x diff lighttpd-ssl/receipt @ rev 1960
Openldap: wait 2 seconds after slapd start
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Dec 31 15:41:11 2008 +0000 (2008-12-31) |
parents | 9009ad93df56 |
children | 505ef4de4664 |
line diff
1.1 --- a/lighttpd-ssl/receipt Sun Dec 21 10:51:14 2008 +0000 1.2 +++ b/lighttpd-ssl/receipt Wed Dec 31 15:41:11 2008 +0000 1.3 @@ -13,7 +13,7 @@ 1.4 WEB_SITE="http://www.lighttpd.net/" 1.5 #WGET_URL="http://www.lighttpd.net/download/$TARBALL" 1.6 WGET_URL="http://mirror.slitaz.org/sources/packages/l/$TARBALL" 1.7 -CONFIG_FILES="/etc/lighttpd/lighttpd.conf /etc/lighttpd/vhosts.conf" 1.8 +CONFIG_FILES="/etc/lighttpd /etc/ssl/lighttpd" 1.9 PROVIDE="lighttpd" 1.10 BASE_MODULES=" 1.11 access 1.12 @@ -95,6 +95,7 @@ 1.13 echo "Processing pre-install commands..." 1.14 [ -f /etc/init.d/lighttpd ] && /etc/init.d/lighttpd stop 1.15 } 1.16 + 1.17 post_install() 1.18 { 1.19 echo "Processing post-install commands..." 1.20 @@ -102,7 +103,7 @@ 1.21 openssl req -new -x509 \ 1.22 -keyout $1/etc/ssl/lighttpd/lighttpd.pem \ 1.23 -out $1/etc/ssl/lighttpd/lighttpd.pem \ 1.24 - -days 3650 -nodes <<EOT 1.25 + -days 3650 -nodes <<EOT 1.26 $(. /etc/locale.conf ; echo ${LANG#*_}) 1.27 $(cat /etc/TZ) 1.28