[packages] hiawatha: fix WebSiteRoot config entry, bump release number
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 21 Mar 2009 11:09:11 +0000 (11:09 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 21 Mar 2009 11:09:11 +0000 (11:09 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@14958 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/hiawatha/Makefile
net/hiawatha/files/httpd.conf

index 5a0556a..5292ff2 100644 (file)
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=hiawatha
 PKG_VERSION:=6.10
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://www.hiawatha-webserver.org/files/
index b6d02d3..4bf6755 100644 (file)
@@ -83,7 +83,7 @@ Binding {
 # your possible vulnerable website.
 #
 Hostname = 127.0.0.1
-WebsiteRoot = /www/
+WebsiteRoot = /www
 StartFile = index.html
 AccessLogfile = /var/log/hiawatha/access.log
 ErrorLogfile = /var/log/hiawatha/error.log