diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-19 09:24:18 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-19 09:48:14 +0000 |
commit | f7e41e3ec0761800bdda53a43c44cdb028703d06 (patch) | |
tree | f5199e175715f68aba1f207857366ea16e62d83b /main/haproxy/APKBUILD | |
parent | 8d2184c1e4e59e117bc917676e29be130e128f53 (diff) | |
download | aports-f7e41e3ec0761800bdda53a43c44cdb028703d06.tar.bz2 aports-f7e41e3ec0761800bdda53a43c44cdb028703d06.tar.xz |
main/haproxy: update init.d script
use a new copy of gentoo init.d script
ref #943
Diffstat (limited to 'main/haproxy/APKBUILD')
-rw-r--r-- | main/haproxy/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/haproxy/APKBUILD b/main/haproxy/APKBUILD index 97a546fd7a..6945f6650a 100644 --- a/main/haproxy/APKBUILD +++ b/main/haproxy/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=haproxy pkgver=1.4.18 -pkgrel=0 +pkgrel=1 pkgdesc="A TCP/HTTP reverse proxy for high availability environments" url="http://haproxy.1wt.eu" arch="all" @@ -27,4 +27,4 @@ package() { } md5sums="4ac88bb1a76c4b84ed4f6131183bedbe haproxy-1.4.18.tar.gz -cce88addaac6ee8065633b94c404300d haproxy.initd" +5903abc9e74923150c73c2eb6dad6b0c haproxy.initd" |