From: Stefan Schantl Date: Sun, 2 Jan 2011 19:57:35 +0000 (+0100) Subject: lighttpd: Change upstart script for new shutdown process. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79c531dbadcedd0cf5c7b3621341d112346c8280;p=ipfire-3.x.git lighttpd: Change upstart script for new shutdown process. Reference #118 --- diff --git a/pkgs/core/lighttpd/lighttpd.init b/pkgs/core/lighttpd/lighttpd.init index 639d6e524..801cec8b0 100644 --- a/pkgs/core/lighttpd/lighttpd.init +++ b/pkgs/core/lighttpd/lighttpd.init @@ -2,7 +2,7 @@ description "Start lighttpd" author "IPFire Team" start on started network -stop on stopping network +stop on kill-all-network-services or stopping network exec /usr/sbin/lighttpd -f /etc/lighttpd.conf expect daemon diff --git a/pkgs/core/lighttpd/lighttpd.nm b/pkgs/core/lighttpd/lighttpd.nm index 4d3f94995..0ba373e28 100644 --- a/pkgs/core/lighttpd/lighttpd.nm +++ b/pkgs/core/lighttpd/lighttpd.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include PKG_NAME = lighttpd PKG_VER = 1.4.28 -PKG_REL = 0 +PKG_REL = 1 PKG_MAINTAINER = Michael Tremer PKG_GROUP = Networking/Webservers