From fdad19f9ba02ab71ab6ab4cabc1f51578c38826e Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 18 Apr 2016 01:51:37 +0200 Subject: [PATCH] net/haproxy: minor tweaks, not yet ready for general release --- net/haproxy/+POST_DEINSTALL | 0 net/haproxy/+POST_INSTALL | 2 +- net/haproxy/+PRE_DEINSTALL | 0 net/haproxy/+PRE_INSTALL | 0 net/haproxy/Makefile | 5 +++-- 5 files changed, 4 insertions(+), 3 deletions(-) delete mode 100644 net/haproxy/+POST_DEINSTALL delete mode 100644 net/haproxy/+PRE_DEINSTALL delete mode 100644 net/haproxy/+PRE_INSTALL diff --git a/net/haproxy/+POST_DEINSTALL b/net/haproxy/+POST_DEINSTALL deleted file mode 100644 index e69de29bb..000000000 diff --git a/net/haproxy/+POST_INSTALL b/net/haproxy/+POST_INSTALL index 92d649b8a..d2b4bc49f 100644 --- a/net/haproxy/+POST_INSTALL +++ b/net/haproxy/+POST_INSTALL @@ -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 diff --git a/net/haproxy/+PRE_DEINSTALL b/net/haproxy/+PRE_DEINSTALL deleted file mode 100644 index e69de29bb..000000000 diff --git a/net/haproxy/+PRE_INSTALL b/net/haproxy/+PRE_INSTALL deleted file mode 100644 index e69de29bb..000000000 diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index da6899bad..c3f81a6d2 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -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"