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.patch21
1 files changed, 0 insertions, 21 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
deleted file mode 100644
index abea0d66b..000000000
--- a/meta-webserver/recipes-webadmin/netdata/netdata/0001-Correct-Timeout-issue.patch
+++ /dev/null
@@ -1,21 +0,0 @@
1Index: git/plugins.d/charts.d.plugin
2===================================================================
3--- git.orig/plugins.d/charts.d.plugin
4+++ git/plugins.d/charts.d.plugin
5@@ -246,16 +246,6 @@ else
6 info "configuration file '$myconfig' not found. Using defaults."
7 fi
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 ...
14-if [ $check_for_timeout -eq 1 ]
15- then
16- require_cmd timeout || exit 1
17-fi
18-
19 # -----------------------------------------------------------------------------
20 # internal checks
21