force use of the "write" network-backend (closes: #2401), bump release number
authorNicolas Thill <nico@openwrt.org>
Wed, 19 Sep 2007 04:17:30 +0000 (04:17 +0000)
committerNicolas Thill <nico@openwrt.org>
Wed, 19 Sep 2007 04:17:30 +0000 (04:17 +0000)
SVN-Revision: 8837

net/lighttpd/Makefile
net/lighttpd/files/lighttpd.conf

index b77f6321303eb9c8bc1cf1cf88bf065eb5b6f70b..a7396af526b69b16fda4698ad4f732de92a349f3 100644 (file)
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=lighttpd
 PKG_VERSION:=1.4.18
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=http://www.lighttpd.net/download/
index 4e242a6d63a6d2812c244e5b959ef3f3ef2070ad..788ed64b6c7cb814d7a9da76109a81a50cd49d1c 100644 (file)
@@ -20,6 +20,9 @@
 #      "mod_expire"
 #)
 
+# force use of the "write" backend (closes: #2401)
+server.network-backend = "write"
+
 ## a static document-root, for virtual-hosting take look at the 
 ## server.virtual-* options
 server.document-root = "/www/"