diff --git a/obuspa/Makefile b/obuspa/Makefile index 76d7c3f9d..2316ffa10 100644 --- a/obuspa/Makefile +++ b/obuspa/Makefile @@ -5,13 +5,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=obuspa -PKG_VERSION:=7.0.2.24 +PKG_VERSION:=7.0.2.25 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/obuspa.git -PKG_SOURCE_VERSION:=23f8a46822c3a0911abb3c764b6b4106a7bea6a5 +PKG_SOURCE_VERSION:=3f3fdb4581276ce28547a920a93d7e43e2eff879 PKG_MAINTAINER:=Vivek Dutta PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip diff --git a/obuspa/files/etc/init.d/obuspa b/obuspa/files/etc/init.d/obuspa index c69d7d458..cbda913e6 100755 --- a/obuspa/files/etc/init.d/obuspa +++ b/obuspa/files/etc/init.d/obuspa @@ -196,6 +196,10 @@ validate_obuspa_section() 'debug:bool:0' \ 'prototrace:bool:0' \ 'log_level:uinteger' \ + 'min_num_to_group:uinteger' \ + 'max_group_sep:uinteger' \ + 'max_cache_time:uinteger' \ + 'ipc_timeout:uinteger' \ 'log_dest:string' \ 'db_file:string' \ 'role_file:file' @@ -1036,8 +1040,8 @@ register_service() configure_obuspa procd_set_param respawn \ - "${respawn_threshold:-5}" \ - "${respawn_timeout:-10}" "${respawn_retry:-3}" + "${respawn_threshold:-10}" \ + "${respawn_timeout:-10}" "${respawn_retry:-5}" procd_set_param watch bbfdm procd_close_instance