Merge pull request #40 from fraenki/haproxy_logging

net/haproxy: fix chroot logging
This commit is contained in:
Franco Fichtner
2016-10-11 18:36:09 +02:00
committed by GitHub
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
PLUGIN_NAME= haproxy
PLUGIN_VERSION= 1.4
PLUGIN_VERSION= 1.5
PLUGIN_COMMENT= Reliable, high performance TCP/HTTP load balancer
PLUGIN_DEPENDS= haproxy
PLUGIN_MAINTAINER= opnsense@moov.de
@@ -1,6 +1,7 @@
#!/bin/sh
HAPROXY_DIRS="/var/haproxy/var/run /var/etc/haproxy/ssl /var/etc/haproxy/lua /var/etc/haproxy/errorfiles"
# NOTE: Keep /var/haproxy on this list, see GH issue opnsense/plugins #39.
HAPROXY_DIRS="/var/haproxy /var/haproxy/var/run /var/etc/haproxy/ssl /var/etc/haproxy/lua /var/etc/haproxy/errorfiles"
for directory in ${HAPROXY_DIRS}; do
mkdir -p ${directory}
@@ -1,5 +1,5 @@
name: opnsense-haproxy
version: 1.4
version: 1.5
origin: opnsense/haproxy
comment: load balancer
desc: Reliable, high performance TCP/HTTP load balancer