summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-09-16 08:42:56 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-09-16 08:42:56 +0000
commit68eb006c7b5a7230696e46db861d8644a1c598bb (patch)
tree384bd70621d174650de8dfcfb6234708b5206a73 /testing
parent9d63f14d168aef4d240e2bd638366c29f9127363 (diff)
downloadaports-68eb006c7b5a7230696e46db861d8644a1c598bb.tar.bz2
aports-68eb006c7b5a7230696e46db861d8644a1c598bb.tar.xz
main/testing/haproxy: start service after firewall
Diffstat (limited to 'testing')
-rw-r--r--testing/haproxy/APKBUILD4
-rw-r--r--testing/haproxy/haproxy.initd1
2 files changed, 3 insertions, 2 deletions
diff --git a/testing/haproxy/APKBUILD b/testing/haproxy/APKBUILD
index d37caf88..eadcabd1 100644
--- a/testing/haproxy/APKBUILD
+++ b/testing/haproxy/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Michael Mason <ms13sp@gmail.com>
pkgname=haproxy
pkgver=1.3.20
-pkgrel=0
+pkgrel=1
pkgdesc="A TCP/HTTP reverse proxy for high availability environments"
url="http://haproxy.1wt.eu"
license="GPL"
@@ -24,4 +24,4 @@ build() {
}
md5sums="e37046e0cb2f407d92c41d7731d1dd10 haproxy-1.3.20.tar.gz
-a7c6178dc4078fa233084ee36c8b440c haproxy.initd"
+7d26095c6f899b0ef00bedecaca58864 haproxy.initd"
diff --git a/testing/haproxy/haproxy.initd b/testing/haproxy/haproxy.initd
index 10466144..82a10675 100644
--- a/testing/haproxy/haproxy.initd
+++ b/testing/haproxy/haproxy.initd
@@ -18,6 +18,7 @@ checkconfig() {
depend() {
need net
+ after firewall
use dns logger
}