diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-09-03 08:06:22 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-09-03 08:06:22 +0000 |
commit | c1bc58c6304d279634d8e143dfe575ccc74609ca (patch) | |
tree | 5aac69f5ee734d744b1197aaac38d5d7a48156d8 | |
parent | 5f805288a4adb728418b72e40e7a6d6fc2587912 (diff) | |
download | aports-c1bc58c6304d279634d8e143dfe575ccc74609ca.tar.bz2 aports-c1bc58c6304d279634d8e143dfe575ccc74609ca.tar.xz |
testing/haproxy: use /sbin/nologin as shell
-rw-r--r-- | testing/haproxy/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/haproxy/APKBUILD b/testing/haproxy/APKBUILD index 289b51cb1b..d6aa86512f 100644 --- a/testing/haproxy/APKBUILD +++ b/testing/haproxy/APKBUILD @@ -3,7 +3,7 @@ pkgname=haproxy pkgver=1.5_alpha18 _pkgver=${pkgver/_alpha/-dev} -pkgrel=0 +pkgrel=1 pkgdesc="A TCP/HTTP reverse proxy for high availability environments" url="http://haproxy.1wt.eu" arch="all" |