wok rev 119

Fixed lighttpd permissions (/etc + /var/www)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Jan 05 21:54:43 2008 +0100 (2008-01-05)
parents 5fc97985e247
children 7984c14b61cf
files lighttpd/receipt
line diff
     1.1 --- a/lighttpd/receipt	Sat Jan 05 21:48:35 2008 +0100
     1.2 +++ b/lighttpd/receipt	Sat Jan 05 21:54:43 2008 +0100
     1.3 @@ -56,6 +56,8 @@
     1.4  	# Server root and config file.
     1.5  	cp -a stuff/var $fs
     1.6  	cp -a stuff/etc $fs
     1.7 +	chown -R 0.0 $fs/var/www
     1.8 +	chown -R 0.0 $fs/etc
     1.9  	
    1.10  	# Logs directory.
    1.11  	mkdir -p $fs/var/log/lighttpd