diff options
-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 } |