aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/netdata/files
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2020-02-17 06:58:48 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2020-02-17 06:58:48 +0000
commit4fecb1d4cd7b2d28f9e4f9084b38cef438f50cdf (patch)
treebce81fde0cdb412cdef5359a5244ad18876d59df /net-mgmt/netdata/files
parenta904c1be5b70d8062adf648c100359b7c6f30632 (diff)
downloadports-4fecb1d4cd7b2d28f9e4f9084b38cef438f50cdf.tar.gz
ports-4fecb1d4cd7b2d28f9e4f9084b38cef438f50cdf.zip
Notes
Diffstat (limited to 'net-mgmt/netdata/files')
-rw-r--r--net-mgmt/netdata/files/patch-collectors_python.d.plugin_python.d.plugin.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/netdata/files/patch-collectors_python.d.plugin_python.d.plugin.in b/net-mgmt/netdata/files/patch-collectors_python.d.plugin_python.d.plugin.in
index c251bdbefb7b..0ac0a095638a 100644
--- a/net-mgmt/netdata/files/patch-collectors_python.d.plugin_python.d.plugin.in
+++ b/net-mgmt/netdata/files/patch-collectors_python.d.plugin_python.d.plugin.in
@@ -1,10 +1,10 @@
---- collectors/python.d.plugin/python.d.plugin.in.orig 2019-10-10 13:13:19 UTC
+--- collectors/python.d.plugin/python.d.plugin.in.orig 2020-01-30 23:22:27 UTC
+++ collectors/python.d.plugin/python.d.plugin.in
@@ -1,6 +1,6 @@
- #!/usr/local/bin/bash
+ #!/usr/bin/env bash
'''':;
-pybinary=$(which python || which python3 || which python2)
-+pybinary=$(which python || which python3.6 || which python2.7)
++pybinary=%%PYTHON%%
filtered=()
for arg in "$@"
do