[arch-commits] Commit in haproxy/trunk (PKGBUILD haproxy.install)

Johannes Löthberg demize at archlinux.org
Fri Sep 23 17:27:42 UTC 2016


    Date: Friday, September 23, 2016 @ 17:27:41
  Author: demize
Revision: 190216

upgpkg: haproxy 1.6.9-2

Modified:
  haproxy/trunk/PKGBUILD
  haproxy/trunk/haproxy.install

-----------------+
 PKGBUILD        |    2 +-
 haproxy.install |    8 ++++++++
 2 files changed, 9 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-23 16:04:30 UTC (rev 190215)
+++ PKGBUILD	2016-09-23 17:27:41 UTC (rev 190216)
@@ -4,7 +4,7 @@
 
 pkgname=haproxy
 pkgver=1.6.9
-pkgrel=1
+pkgrel=2
 
 pkgdesc='Reliable, high performance TCP/HTTP load balancer'
 url='http://haproxy.org/'

Modified: haproxy.install
===================================================================
--- haproxy.install	2016-09-23 16:04:30 UTC (rev 190215)
+++ haproxy.install	2016-09-23 17:27:41 UTC (rev 190216)
@@ -1,4 +1,12 @@
 post_install() {
   getent passwd haproxy >/dev/null || useradd -r -M -d / \
     -s /usr/bin/nologin haproxy >/dev/null
+
+  printf '==> %s\n' "The example config chroots HAProxy, meaning that logging to journald won't work."
+  printf '    %s\n' "Either disable chrooting, use rsyslog, or bind /run/systemd/journal/dev-log into the chroot."
 }
+
+post_upgrade() {
+  printf '==> %s\n' "The example config chroots HAProxy, meaning that logging to journald won't work."
+  printf '    %s\n' "Either disable chrooting, use rsyslog, or bind /run/systemd/journal/dev-log into the chroot."
+}



More information about the arch-commits mailing list