Revert "csmngr: 1.0.1"

This reverts commit 5eb7f17b84.
This commit is contained in:
Anjan Chanda 2024-05-08 14:36:37 +02:00
parent 5eb7f17b84
commit afe7a13e3c
5 changed files with 8 additions and 8 deletions

View file

@ -5,12 +5,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=csmngr PKG_NAME:=csmngr
PKG_VERSION:=1.0.1 PKG_VERSION:=1.0.0
LOCAL_DEV=0 LOCAL_DEV=0
ifneq ($(LOCAL_DEV),1) ifneq ($(LOCAL_DEV),1)
PKG_SOURCE_PROTO:=git PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=92c62f8df86066bd1718a6a6036195b113e74032 PKG_SOURCE_VERSION:=42b6f43328f86037d7d380899cbeb4638097bf03
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/csmngr.git PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/csmngr.git
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)_$(PKG_SOURCE_VERSION).tar.xz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)_$(PKG_SOURCE_VERSION).tar.xz
PKG_MIRROR_HASH:=skip PKG_MIRROR_HASH:=skip

View file

@ -5,12 +5,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=decollector PKG_NAME:=decollector
PKG_VERSION:=6.0.0.2 PKG_VERSION:=6.0.0.1
LOCAL_DEV=0 LOCAL_DEV=0
ifneq ($(LOCAL_DEV),1) ifneq ($(LOCAL_DEV),1)
PKG_SOURCE_PROTO:=git PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=256b2560573d01e86556aa224574def827151111 PKG_SOURCE_VERSION:=aaf79b36c05d7ac7a7d704db03a9c97905452025
PKG_SOURCE_URL:=https://dev.iopsys.eu/multi-ap/decollector.git PKG_SOURCE_URL:=https://dev.iopsys.eu/multi-ap/decollector.git
PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_HASH:=skip PKG_MIRROR_HASH:=skip

View file

@ -23,7 +23,7 @@ start_service() {
[ $en -gt 0 ] && { [ $en -gt 0 ] && {
procd_open_instance procd_open_instance
procd_set_param command "$PROG" "-ddddd" "-o" "/tmp/decollector.log" "${collect_int:+-t $collect_int}" procd_set_param command "$PROG" "-d" "${collect_int:+-t $collect_int}"
#procd_set_param stdout 1 #procd_set_param stdout 1
#procd_set_param stderr 1 #procd_set_param stderr 1
procd_set_param respawn procd_set_param respawn

View file

@ -1,6 +1,6 @@
config agent 'agent' config agent 'agent'
option enabled '1' option enabled '1'
option debug '7' option debug '0'
option profile '3' option profile '3'
option al_bridge 'br-lan' option al_bridge 'br-lan'
option island_prevention '1' option island_prevention '1'

View file

@ -203,10 +203,10 @@ start_service() {
procd_open_instance procd_open_instance
create_dir create_dir
procd_set_param command "/usr/sbin/mapagent" "-d" "-vvvvv" procd_set_param command "/usr/sbin/mapagent" "-d"
procd_set_param respawn procd_set_param respawn
# procd_set_param stdout 1 # procd_set_param stdout 1
procd_set_param stderr 1 # procd_set_param stderr 1
procd_close_instance procd_close_instance
} }