]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
lighttpd: Change upstart script for new shutdown process.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 2 Jan 2011 19:57:35 +0000 (20:57 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sun, 2 Jan 2011 19:57:35 +0000 (20:57 +0100)
Reference #118

pkgs/core/lighttpd/lighttpd.init
pkgs/core/lighttpd/lighttpd.nm

index 639d6e524e53cc2f58705f1a4f9089ee46fbc449..801cec8b092fcafd0b6af49e4a9242bccbbbe2cf 100644 (file)
@@ -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
index 4d3f94995e9b9602af0075bf89032e3bc3a2862c..0ba373e2872c27cd290afbdc16a2d20c89ac150d 100644 (file)
@@ -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 <michael.tremer@ipfire.org>
 PKG_GROUP      = Networking/Webservers