[packages] hiawatha: fix WebSiteRoot config entry, bump release number
authorNicolas Thill <nico@openwrt.org>
Sat, 21 Mar 2009 11:09:11 +0000 (11:09 +0000)
committerNicolas Thill <nico@openwrt.org>
Sat, 21 Mar 2009 11:09:11 +0000 (11:09 +0000)
SVN-Revision: 14958

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

index 5a0556ab928502e44d2ac903ee92724342909e8b..5292ff25c2c0b53125f3176be5e09849e956b3fd 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 b6d02d3519924ff89bed83841eb3581cb398adc5..4bf6755df0c643fe332ce81ba72d342721a86a22 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