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"