summaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-webadmin/netdata/netdata/0001-Correct-Timeout-issue.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-webserver/recipes-webadmin/netdata/netdata/0001-Correct-Timeout-issue.patch')
-rw-r--r--meta-webserver/recipes-webadmin/netdata/netdata/0001-Correct-Timeout-issue.patch32
1 files changed, 17 insertions, 15 deletions
diff --git a/meta-webserver/recipes-webadmin/netdata/netdata/0001-Correct-Timeout-issue.patch b/meta-webserver/recipes-webadmin/netdata/netdata/0001-Correct-Timeout-issue.patch
index d5529a2a6..abea0d66b 100644
--- a/meta-webserver/recipes-webadmin/netdata/netdata/0001-Correct-Timeout-issue.patch
+++ b/meta-webserver/recipes-webadmin/netdata/netdata/0001-Correct-Timeout-issue.patch
@@ -1,19 +1,21 @@
1diff --git a/plugins.d/charts.d.plugin b/plugins.d/charts.d.plugin 1Index: git/plugins.d/charts.d.plugin
2index 40c0356..bca57b3 100755 2===================================================================
3--- a/plugins.d/charts.d.plugin 3--- git.orig/plugins.d/charts.d.plugin
4+++ b/plugins.d/charts.d.plugin 4+++ git/plugins.d/charts.d.plugin
5@@ -184,10 +184,10 @@ fi 5@@ -246,16 +246,6 @@ else
6 # timeout command we use, providing a function that 6 info "configuration file '$myconfig' not found. Using defaults."
7 # can emulate the timeout command we need: 7 fi
8 # > timeout SECONDS command ... 8
9-# we check for the timeout command, after we load our
10-# configuration, so that the user may overwrite the
11-# timeout command we use, providing a function that
12-# can emulate the timeout command we need:
13-# > timeout SECONDS command ...
9-if [ $check_for_timeout -eq 1 ] 14-if [ $check_for_timeout -eq 1 ]
10- then 15- then
11- require_cmd timeout || exit 1 16- require_cmd timeout || exit 1
12-fi 17-fi
13+#if [ $check_for_timeout -eq 1 ] 18-
14+# then
15+# require_cmd timeout || exit 1
16+#fi
17
18 # ----------------------------------------------------------------------------- 19 # -----------------------------------------------------------------------------
19 # internal checks 20 # internal checks
21