From b977134dc7094f8b0b53c1792ae5ea12b568065f Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 26 Feb 2015 13:44:05 +0000 Subject: [PATCH] uhttpd: relay stderr to syslog Signed-off-by: Jo-Philipp Wich SVN-Revision: 44548 --- package/network/services/uhttpd/Makefile | 2 +- package/network/services/uhttpd/files/uhttpd.init | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package/network/services/uhttpd/Makefile b/package/network/services/uhttpd/Makefile index 5a9078733a..3d889d542f 100644 --- a/package/network/services/uhttpd/Makefile +++ b/package/network/services/uhttpd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uhttpd -PKG_VERSION:=2015-01-25.2 +PKG_VERSION:=2015-02-26 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git diff --git a/package/network/services/uhttpd/files/uhttpd.init b/package/network/services/uhttpd/files/uhttpd.init index 2e94609606..59f7d80e77 100755 --- a/package/network/services/uhttpd/files/uhttpd.init +++ b/package/network/services/uhttpd/files/uhttpd.init @@ -61,6 +61,7 @@ start_instance() procd_open_instance procd_set_param respawn + procd_set_param stderr 1 procd_set_param command "$UHTTPD_BIN" -f append_arg "$cfg" home "-h" -- 2.30.2