summaryrefslogtreecommitdiffstats
path: root/meta-webserver
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2016-04-29 16:05:42 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2016-05-06 12:38:32 +0200
commit546d55d8bbedf2da72cf9e5cf914ad2772b49959 (patch)
treeb796b1c53c5b18ee238d1c138d54bb348e0a5bef /meta-webserver
parent23a1c2ea7e6fafbe9050d4431acd5b530430e7bc (diff)
downloadmeta-openembedded-546d55d8bbedf2da72cf9e5cf914ad2772b49959.tar.gz
netdata: fix whitespace in the patch that caused failures when applying
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-webserver')
-rw-r--r--meta-webserver/recipes-webadmin/netdata/netdata/0001-Correct-Timeout-issue.patch8
1 files changed, 4 insertions, 4 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 f5342c3dd..d5529a2a6 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
@@ -7,12 +7,12 @@ index 40c0356..bca57b3 100755
7 # can emulate the timeout command we need: 7 # can emulate the timeout command we need:
8 # > timeout SECONDS command ... 8 # > timeout SECONDS command ...
9-if [ $check_for_timeout -eq 1 ] 9-if [ $check_for_timeout -eq 1 ]
10- then 10- then
11- require_cmd timeout || exit 1 11- require_cmd timeout || exit 1
12-fi 12-fi
13+#if [ $check_for_timeout -eq 1 ] 13+#if [ $check_for_timeout -eq 1 ]
14+# then 14+# then
15+# require_cmd timeout || exit 1 15+# require_cmd timeout || exit 1
16+#fi 16+#fi
17 17
18 # ----------------------------------------------------------------------------- 18 # -----------------------------------------------------------------------------