aboutsummaryrefslogtreecommitdiffstats
path: root/testing/haproxy/haproxy.pre-install
diff options
context:
space:
mode:
authorNathan Angelacos <nangel@alpinelinux.org>2015-02-12 20:12:05 +0000
committerBartłomiej Piotrowski <bpiotrowski@alpinelinux.org>2015-02-12 21:23:48 +0100
commit4efa724e9e9deb9e9d7578475084729f708422db (patch)
tree5d0af0cc1710967975b5ca97abb0773c33601b92 /testing/haproxy/haproxy.pre-install
parent66a49352fb7f5606831129cacabb03eae90b0103 (diff)
downloadaports-4efa724e9e9deb9e9d7578475084729f708422db.tar.bz2
aports-4efa724e9e9deb9e9d7578475084729f708422db.tar.xz
main/haproxy: version bump to 1.5.11
Note: haproxy now requires openssl as it supports SNI
Diffstat (limited to 'testing/haproxy/haproxy.pre-install')
-rw-r--r--testing/haproxy/haproxy.pre-install12
1 files changed, 0 insertions, 12 deletions
diff --git a/testing/haproxy/haproxy.pre-install b/testing/haproxy/haproxy.pre-install
deleted file mode 100644
index 33e0164aff..0000000000
--- a/testing/haproxy/haproxy.pre-install
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-addgroup haproxy 2>/dev/null
-adduser -S -H -h /var/lib/haproxy -s /bin/false -D \
- -G haproxy haproxy 2>/dev/null
-
-# move config to new location
-if [ -e /etc/haproxy.cfg ] && ! [ -e /etc/haproxy/haproxy.cfg ]; then
- mkdir -p /etc/haproxy
- mv /etc/haproxy.cfg /etc/haproxy/haproxy.cfg
-fi
-