wok diff slitaz-base-files/receipt @ rev 10818

busybox: add HTTPD_OPTIONS and start httpd as www user (+ add files forgot in previews commit)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Jun 06 00:44:11 2011 +0200 (2011-06-06)
parents 90aec7fc5db8
children c35ed0be871f
line diff
     1.1 --- a/slitaz-base-files/receipt	Tue Apr 26 15:02:35 2011 +0200
     1.2 +++ b/slitaz-base-files/receipt	Mon Jun 06 00:44:11 2011 +0200
     1.3 @@ -100,18 +100,6 @@
     1.4  	if ! grep -q audio $root/etc/group; then
     1.5  		chroot $root/ /bin/addgroup -g 20 audio
     1.6  	fi
     1.7 -
     1.8 -	# daemons.conf (tftp + dnsd)
     1.9 -	if ! grep -q ^TFTPD_OPTIONS $root/etc/daemons.conf; then
    1.10 -		echo '# Tftp daemon options.' >> $root/etc/daemons.conf
    1.11 -		echo 'TFTPD_OPTIONS="-r /boot"' >> $root/etc/daemons.conf
    1.12 -		echo '' >> $root/etc/daemons.conf
    1.13 -	fi
    1.14 -	if ! grep -q ^DNSD_OPTIONS $root/etc/daemons.conf; then
    1.15 -		echo '# Domain name server options.' >> $root/etc/daemons.conf
    1.16 -		echo 'DNSD_OPTIONS="-d"' >> $root/etc/daemons.conf
    1.17 -		echo '' >> $root/etc/daemons.conf
    1.18 -	fi
    1.19  }
    1.20  
    1.21  pre_remove()