lalala
This commit is contained in:
parent
4c387b5a0e
commit
8788af6f35
9
www/kibana/patches/patch-bin_kibana
Normal file
9
www/kibana/patches/patch-bin_kibana
Normal file
@ -0,0 +1,9 @@
|
||||
$OpenBSD: patch-bin_kibana,v 1.1 2016/12/17 12:13:42 jasper Exp $
|
||||
--- bin/kibana.orig Wed Nov 2 16:29:34 2016
|
||||
+++ bin/kibana Wed Nov 2 16:29:50 2016
|
||||
@@ -21,4 +21,4 @@ if [ ! -x "$NODE" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
-exec "${NODE}" $NODE_OPTIONS --no-warnings "${DIR}/src/cli" ${@}
|
||||
+exec "${NODE}" $NODE_OPTIONS "${DIR}/src/cli" ${@}
|
9
www/kibana/patches/patch-bin_kibana-plugin
Normal file
9
www/kibana/patches/patch-bin_kibana-plugin
Normal file
@ -0,0 +1,9 @@
|
||||
$OpenBSD: patch-bin_kibana-plugin,v 1.1 2016/12/17 12:13:42 jasper Exp $
|
||||
--- bin/kibana-plugin.orig Wed Nov 2 16:30:17 2016
|
||||
+++ bin/kibana-plugin Wed Nov 2 16:31:57 2016
|
||||
@@ -21,4 +21,4 @@ if [ ! -x "$NODE" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
-exec "${NODE}" $NODE_OPTIONS --no-warnings "${DIR}/src/cli_plugin" ${@}
|
||||
+exec "${NODE}" $NODE_OPTIONS "${DIR}/src/cli_plugin" ${@}
|
Loading…
Reference in New Issue
Block a user