diff options
author | Daniel Golle <daniel@makrotopia.org> | 2017-06-19 12:48:32 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2017-06-19 12:49:59 +0200 |
commit | e7b5bdd9e90443bcb78f8d7f90e01a2b8d215991 (patch) | |
tree | 870115f7326d57e8ab954bff9eb817ca7bf45104 /net/cgi-io/Makefile | |
parent | 1f50e104f3dbc5fca664baf8f886eddd783b70a6 (diff) |
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 <Eckert.Florian@googlemail.com>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'net/cgi-io/Makefile')
-rw-r--r-- | net/cgi-io/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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+ |