From: Nicolas Thill Date: Sat, 21 Mar 2009 11:09:11 +0000 (+0000) Subject: [packages] hiawatha: fix WebSiteRoot config entry, bump release number X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=c18b43269a65ea5a92e2aa5e3fff977d6d4b3047 [packages] hiawatha: fix WebSiteRoot config entry, bump release number SVN-Revision: 14958 --- diff --git a/net/hiawatha/Makefile b/net/hiawatha/Makefile index 5a0556ab92..5292ff25c2 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 b6d02d3519..4bf6755df0 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