X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from ncopa-laptop.res.nor.wtbts.net (3.203.202.84.customer.cdi.no [84.202.203.3]) (using SSLv3 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: nc@alpinelinux.org) by mail.alpinelinux.org (Postfix) with ESMTPSA id 54E11DC00F1; Sun, 30 Jun 2013 11:16:02 +0000 (UTC) Date: Sun, 30 Jun 2013 13:15:58 +0200 From: Natanael Copa To: Vitaliy Tokarev Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH 2/2] new aport for yaws 1.96 (release 1) Message-ID: <20130630131558.387efbc7@ncopa-laptop.res.nor.wtbts.net> In-Reply-To: <1372441834-27154-2-git-send-email-vitaliy.tokarev@gmail.com> References: <1372441834-27154-2-git-send-email-vitaliy.tokarev@gmail.com> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.17; i686-pc-linux-gnu) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Fri, 28 Jun 2013 21:50:34 +0400 Vitaliy Tokarev wrote: > Yaws is a HTTP high perfomance 1.1 webserver particularly well > suited for dynamic-content web applications. > Changes: > * fixed paths in post-(de)install and post-upgrade scripts > * /etc/yaws/yaws.conf updated to /var/log/yaws directory as logdir > * /usr/etc dir for yaws package now will not be created > * Makefile(s) removed in /var/yaws/www directory for yaws-web package > * fixed dependencies for ABUILD > --- > testing/yaws/APKBUILD | 30 ++++++-- > testing/yaws/yaws-1.96-etc.patch | 13 ++++ > testing/yaws/yaws.conf.alpine | 150 > +++++++++++++++++++++++++++++++++++++++ > testing/yaws/yaws.post-deinstall | 2 +- > testing/yaws/yaws.post-install | 2 +- > testing/yaws/yaws.post-upgrade | 2 +- 6 files changed, 189 > insertions(+), 10 deletions(-) create mode 100644 > testing/yaws/yaws-1.96-etc.patch create mode 100644 > testing/yaws/yaws.conf.alpine both patches applied. I removed the install scripts as apk can handle an empty /var/log/yaws dir. I also did minor whitespace cleanup and renamed init script to .initd for consistency. Thanks! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---