# HG changeset patch # User Christophe Lincoln # Date 1307230847 -7200 # Node ID 28ff11e24643fcad4639917b5e7a6360a9019cce # Parent 065613bca28b4be44acabcdad632ea96a9d9c72c lighttpd: stop Busybox httpd in post_install diff -r 065613bca28b -r 28ff11e24643 lighttpd/receipt --- a/lighttpd/receipt Sun Jun 05 01:09:55 2011 +0200 +++ b/lighttpd/receipt Sun Jun 05 01:40:47 2011 +0200 @@ -92,7 +92,7 @@ # Just in case. chown www.www $1/var/log/$PACKAGE if [ -z "$1" ]; then - for i in apache ; do + for i in apache httpd; do [ -f /etc/init.d/$i ] && /etc/init.d/$i stop done /etc/init.d/$PACKAGE start