From: nico Date: Sat, 21 Mar 2009 11:09:11 +0000 (+0000) Subject: [packages] hiawatha: fix WebSiteRoot config entry, bump release number X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=ea0c3a91a459422ed58f9e5e85da1d091e4e8720;p=packages.git [packages] hiawatha: fix WebSiteRoot config entry, bump release number git-svn-id: svn://svn.openwrt.org/openwrt/packages@14958 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/hiawatha/Makefile b/net/hiawatha/Makefile index 5a0556ab9..5292ff25c 100644 --- a/net/hiawatha/Makefile +++ b/net/hiawatha/Makefile @@ -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/ diff --git a/net/hiawatha/files/httpd.conf b/net/hiawatha/files/httpd.conf index b6d02d351..4bf6755df 100644 --- a/net/hiawatha/files/httpd.conf +++ b/net/hiawatha/files/httpd.conf @@ -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