diff options
| author | Michael Mason <ms13sp@gmail.com> | 2009-09-16 12:03:05 +0000 |
|---|---|---|
| committer | Michael Mason <ms13sp@gmail.com> | 2009-09-16 12:03:05 +0000 |
| commit | 68708495921d0b486fd9c8be27ffc491bea187e9 (patch) | |
| tree | 35d1bffe3ab60d6207391433b3602f12b2a0d6ba /testing/haproxy | |
| parent | 11ea4a53246148580363c06d45c2c0853cc1664a (diff) | |
| parent | faf65d0a3c57b00f3e25d3149c8cc4759f978115 (diff) | |
| download | aports-68708495921d0b486fd9c8be27ffc491bea187e9.tar.bz2 aports-68708495921d0b486fd9c8be27ffc491bea187e9.tar.xz | |
Merge branch 'master' of git://git.alpinelinux.org/aports
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 } |
