force use of the "write" network-backend (closes: #2401), bump release number
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 19 Sep 2007 04:17:30 +0000 (04:17 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 19 Sep 2007 04:17:30 +0000 (04:17 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8837 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

index b77f632..a7396af 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 4e242a6..788ed64 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/"