[openwrt/openwrt] ubox: update to latest git HEAD

LEDE Commits lede-commits at lists.infradead.org
Wed Feb 14 00:30:18 PST 2018


blogic pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/88a41074e8e7012c2cb73b85263425c4c474beb1

commit 88a41074e8e7012c2cb73b85263425c4c474beb1
Author: John Crispin <john at phrozen.org>
AuthorDate: Wed Feb 14 09:28:52 2018 +0100

    ubox: update to latest git HEAD
    
    128bc35 logread: fix reconnect logd logic
    66347ec logread: move the code setting up the request blob out of the main loop
    975a258 logread: move output connection setup code out of main loop
    b81bea7 logread: cleanup pid file handling
    d73e7d2 ubox: Replace strerror(errno) with %m format.
    
    Signed-off-by: John Crispin <john at phrozen.org>
---
 package/system/ubox/Makefile       | 4 ++--
 package/system/ubox/files/log.init | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/system/ubox/Makefile b/package/system/ubox/Makefile
index cc362eb..6745399 100644
--- a/package/system/ubox/Makefile
+++ b/package/system/ubox/Makefile
@@ -5,8 +5,8 @@ PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/ubox.git
-PKG_SOURCE_DATE:=2017-11-13
-PKG_SOURCE_VERSION:=e7a63fbafdc6ec319bab616b43a642728f6b9c1c
+PKG_SOURCE_DATE:=2018-02-14
+PKG_SOURCE_VERSION:=128bc35fa951ac3beff6e977bc3cced87c2e2600
 PKG_MIRROR_HASH:=17b23c11f7a6b45827af3e5ab47846cdedd04204e96d7ce22147a361fc4f285b
 CMAKE_INSTALL:=1
 
diff --git a/package/system/ubox/files/log.init b/package/system/ubox/files/log.init
index 722dc20..21e0787 100644
--- a/package/system/ubox/files/log.init
+++ b/package/system/ubox/files/log.init
@@ -39,7 +39,7 @@ start_service_daemon()
 	procd_open_instance
 	procd_set_param command "/sbin/logd"
 	procd_append_param command -S "${log_buffer_size}"
-	procd_set_param respawn
+	procd_set_param respawn 5 1 -1
 	procd_close_instance
 }
 



More information about the lede-commits mailing list