diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-09-16 08:42:56 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-09-16 08:42:56 +0000 |
commit | 68eb006c7b5a7230696e46db861d8644a1c598bb (patch) | |
tree | 384bd70621d174650de8dfcfb6234708b5206a73 /testing/haproxy | |
parent | 9d63f14d168aef4d240e2bd638366c29f9127363 (diff) | |
download | aports-68eb006c7b5a7230696e46db861d8644a1c598bb.tar.bz2 aports-68eb006c7b5a7230696e46db861d8644a1c598bb.tar.xz |
main/testing/haproxy: start service after firewall
Diffstat (limited to 'testing/haproxy')
-rw-r--r-- | testing/haproxy/APKBUILD | 4 | ||||
-rw-r--r-- | testing/haproxy/haproxy.initd | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/testing/haproxy/APKBUILD b/testing/haproxy/APKBUILD index d37caf880b..eadcabd1e0 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 10466144b1..82a1067591 100644 --- a/testing/haproxy/haproxy.initd +++ b/testing/haproxy/haproxy.initd @@ -18,6 +18,7 @@ checkconfig() { depend() { need net + after firewall use dns logger } |