Signed-off-by: Derek Straka <[email protected]> --- .../netdata/netdata/0001-Correct-Timeout-issue.patch | 8 ++++---- 1 file 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 f5342c3..d5529a2 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 # can emulate the timeout command we need: # > timeout SECONDS command ... -if [ $check_for_timeout -eq 1 ] -- then -- require_cmd timeout || exit 1 +- then +- require_cmd timeout || exit 1 -fi +#if [ $check_for_timeout -eq 1 ] -+# then -+# require_cmd timeout || exit 1 ++# then ++# require_cmd timeout || exit 1 +#fi # ----------------------------------------------------------------------------- -- 1.9.1 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
