wok rev 10811

lighttpd: stop Busybox httpd in post_install
author Christophe Lincoln <pankso@slitaz.org>
date Sun Jun 05 01:40:47 2011 +0200 (2011-06-05)
parents 065613bca28b
children 62786d242bc4
files lighttpd/receipt
line diff
     1.1 --- a/lighttpd/receipt	Sun Jun 05 01:09:55 2011 +0200
     1.2 +++ b/lighttpd/receipt	Sun Jun 05 01:40:47 2011 +0200
     1.3 @@ -92,7 +92,7 @@
     1.4  	# Just in case.
     1.5  	chown www.www $1/var/log/$PACKAGE
     1.6  	if [ -z "$1" ]; then
     1.7 -		for i in apache ; do
     1.8 +		for i in apache httpd; do
     1.9  			[ -f /etc/init.d/$i ] && /etc/init.d/$i stop
    1.10  		done
    1.11  		/etc/init.d/$PACKAGE start