this patch should've been removed in previous commit

This commit is contained in:
jasper 2016-12-17 12:16:33 +00:00
parent 8788af6f35
commit 8d8d1de90f

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-bin_plugin,v 1.3 2015/11/16 19:01:12 jasper Exp $
--- bin/plugin.orig Wed Oct 21 15:32:03 2015
+++ bin/plugin Wed Nov 11 20:00:21 2015
@@ -66,6 +66,8 @@ if [ ! -z "$CONF_FILE" ]; then
exit 1
fi
+JAVA_HOME="$(${TRUEPREFIX}/bin/javaPathHelper -h elasticsearch)"
+
if [ -x "$JAVA_HOME/bin/java" ]; then
JAVA=$JAVA_HOME/bin/java
else