[packages] hiawatha: fix WebSiteRoot config entry, bump release number

git-svn-id: svn://svn.openwrt.org/openwrt/packages@14958 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2009-03-21 11:09:11 +00:00
parent 7ee6686c8a
commit ea0c3a91a4
2 changed files with 2 additions and 2 deletions

View 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/

View 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