From 68eb006c7b5a7230696e46db861d8644a1c598bb Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 16 Sep 2009 08:42:56 +0000 Subject: main/testing/haproxy: start service after firewall --- testing/haproxy/APKBUILD | 4 ++-- testing/haproxy/haproxy.initd | 1 + 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 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 } -- cgit v1.2.3