wok-next diff lighttpd-ssl/receipt @ rev 4572

Up: lighttpd (1.4.25) - bug fix
author Christophe Lincoln <pankso@slitaz.org>
date Tue Dec 08 22:04:42 2009 +0100 (2009-12-08)
parents d156f4b7e2a7
children 086cb98f17a9
line diff
     1.1 --- a/lighttpd-ssl/receipt	Tue Apr 14 16:46:45 2009 +0200
     1.2 +++ b/lighttpd-ssl/receipt	Tue Dec 08 22:04:42 2009 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lighttpd-ssl"
     1.7 -VERSION="1.4.22"
     1.8 +VERSION="1.4.25"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Fast and light HTTP Web server with SSL support."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -53,7 +53,7 @@
    1.13  	mkdir -p $fs/usr
    1.14  	cp -a $_pkg/usr/bin $fs/usr
    1.15  	cp -a $_pkg/usr/sbin $fs/usr
    1.16 -	
    1.17 +
    1.18  	# Modules.
    1.19  	mkdir -p $fs/usr/lib/lighttpd
    1.20  	for module in $BASE_MODULES
    1.21 @@ -64,7 +64,7 @@
    1.22  	strip -s $fs/usr/bin/*
    1.23  	strip -s $fs/usr/sbin/*
    1.24  	strip -s $fs/usr/lib/lighttpd/*
    1.25 -	
    1.26 +
    1.27  	# Server root and config file.
    1.28  	cp -a stuff/var $fs
    1.29  	cp -a stuff/etc $fs
    1.30 @@ -81,7 +81,7 @@
    1.31    ssl.pemfile   = "/etc/ssl/lighttpd/lighttpd.pem"
    1.32  }
    1.33  EOT
    1.34 -	
    1.35 +
    1.36  	# Logs directory.
    1.37  	mkdir -p $fs/var/log/lighttpd
    1.38  	chown 80.80 $fs/var/log/lighttpd