uhttpd: relay stderr to syslog
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 26 Feb 2015 13:44:05 +0000 (13:44 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 26 Feb 2015 13:44:05 +0000 (13:44 +0000)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44548

package/network/services/uhttpd/Makefile
package/network/services/uhttpd/files/uhttpd.init

index 5a9078733aa56a3ffa147994deadae1a3ecabf0c..3d889d542f43238f59d6bd9557789610939aa407 100644 (file)
@@ -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
index 2e9460960614b74d027fede1d7994f7c3beb556a..59f7d80e77db0d6ee2e8db6f3ec2cc2e04d23e28 100755 (executable)
@@ -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"