From e7b5bdd9e90443bcb78f8d7f90e01a2b8d215991 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Mon, 19 Jun 2017 12:48:32 +0200 Subject: cgi-io: merge changes from luci2-io-helper luci2-io-helper: bugfix buckup script read timeout Reading files from stdin will block for ever. The uhttpd is killing the backup process after script_timeout. Switching read to non blocking mode and add a waitpid for the slave process does not end in a script_timeout anymore. Signed-off-by: Florian Eckert Signed-off-by: Daniel Golle --- net/cgi-io/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/cgi-io/Makefile') diff --git a/net/cgi-io/Makefile b/net/cgi-io/Makefile index 3032ca49b..34c5359dd 100644 --- a/net/cgi-io/Makefile +++ b/net/cgi-io/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cgi-io -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_LICENSE:=GPL-2.0+ -- cgit v1.2.3