net/haproxy: minor tweaks, not yet ready for general release

This commit is contained in:
Franco Fichtner 2016-04-18 01:51:37 +02:00
parent b0319d9d29
commit fdad19f9ba
5 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,4 @@
echo "restarting configd..."
echo "Restarting configd"
if /usr/local/etc/rc.d/configd status > /dev/null; then
/usr/local/etc/rc.d/configd restart
fi

View file

@ -1,7 +1,8 @@
PLUGIN_NAME= haproxy
PLUGIN_VERSION= 1.0
PLUGIN_VERSION= 0.1
PLUGIN_PRIVATE= yes
PLUGIN_COMMENT= Reliable, high performance TCP/HTTP load balancer
#PLUGIN_DEPENDS=
PLUGIN_DEPENDS= haproxy
PLUGIN_MAINTAINER= opnsense@moov.de
.include "../../Mk/plugins.mk"