forked from Lainports/freebsd-ports
Update the patches to latest upstream changes Add dbengine and json support options Add cpe awareness Reported by: Daniel Engberg <daniel.engberg.lists@pyret.net> Event: EuroBSDCon 2019 Hackathon Sponsored by: EuroBSDCon 2019 Differential Revision: https://reviews.freebsd.org/D21395
9 lines
401 B
Text
9 lines
401 B
Text
--- collectors/python.d.plugin/python.d.plugin.in.orig 2019-05-27 21:36:18 UTC
|
|
+++ collectors/python.d.plugin/python.d.plugin.in
|
|
@@ -1,5 +1,5 @@
|
|
#!/usr/local/bin/bash
|
|
'''':;
|
|
-exec "$(command -v python || command -v python3 || command -v python2 ||
|
|
+exec "$(command -v python || command -v python3.6 || command -v python2.7 ||
|
|
echo "ERROR python IS NOT AVAILABLE IN THIS SYSTEM")" "$0" "$@" # '''
|
|
|