diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/varnish/APKBUILD | 6 | ||||
-rwxr-xr-x | testing/varnish/varnishd.initd | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/testing/varnish/APKBUILD b/testing/varnish/APKBUILD index e4424b2e33..0ac8b3c520 100644 --- a/testing/varnish/APKBUILD +++ b/testing/varnish/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=varnish pkgver=3.0.2 -pkgrel=4 +pkgrel=5 pkgdesc="High-performance HTTP accelerator" url="http://www.varnish-cache.org/" arch="all" @@ -27,7 +27,7 @@ prepare() { esac done } -i + build() { cd "$_builddir" ./configure --prefix=/usr \ @@ -60,6 +60,6 @@ libs() { } md5sums="c8eae0aabbe66b6daabdf3a1f58cd47a varnish-3.0.2.tar.gz -c3f2079a6e42e2c673a6e83e0744ca1b varnishd.initd +78f4d4692757dec0d86987253d6b2e29 varnishd.initd 69869d23bacd4e3aaf060d1fedb79ac6 varnishd.confd a6cb8a43c9465699cf956dc992998225 varnishd.logrotate" diff --git a/testing/varnish/varnishd.initd b/testing/varnish/varnishd.initd index 471d8e489f..2ed5b751d4 100755 --- a/testing/varnish/varnishd.initd +++ b/testing/varnish/varnishd.initd @@ -3,6 +3,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/files/varnishd.initd,v 1.7 2009/08/30 06:28:07 hollow Exp $ +extra_command=reload +NOW=`date +%s` + depend() { need net } |