diff --git a/csmngr/Makefile b/csmngr/Makefile index 018dfb8b6..542069699 100644 --- a/csmngr/Makefile +++ b/csmngr/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=csmngr -PKG_VERSION:=1.0.1 +PKG_VERSION:=1.0.0 LOCAL_DEV=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=92c62f8df86066bd1718a6a6036195b113e74032 +PKG_SOURCE_VERSION:=42b6f43328f86037d7d380899cbeb4638097bf03 PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/csmngr.git PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)_$(PKG_SOURCE_VERSION).tar.xz PKG_MIRROR_HASH:=skip diff --git a/decollector/Makefile b/decollector/Makefile index f311c5322..5171813a7 100644 --- a/decollector/Makefile +++ b/decollector/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=decollector -PKG_VERSION:=6.0.0.2 +PKG_VERSION:=6.0.0.1 LOCAL_DEV=0 ifneq ($(LOCAL_DEV),1) 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:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip diff --git a/decollector/files/decollector.init b/decollector/files/decollector.init index 02c54c889..449991383 100644 --- a/decollector/files/decollector.init +++ b/decollector/files/decollector.init @@ -23,7 +23,7 @@ start_service() { [ $en -gt 0 ] && { 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 stderr 1 procd_set_param respawn diff --git a/map-agent/files/etc/config/mapagent b/map-agent/files/etc/config/mapagent index 99177814d..320c7f37b 100644 --- a/map-agent/files/etc/config/mapagent +++ b/map-agent/files/etc/config/mapagent @@ -1,6 +1,6 @@ config agent 'agent' option enabled '1' - option debug '7' + option debug '0' option profile '3' option al_bridge 'br-lan' option island_prevention '1' diff --git a/map-agent/files/etc/init.d/mapagent b/map-agent/files/etc/init.d/mapagent index 8f20428a4..b7526ff67 100755 --- a/map-agent/files/etc/init.d/mapagent +++ b/map-agent/files/etc/init.d/mapagent @@ -203,10 +203,10 @@ start_service() { procd_open_instance 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 stdout 1 - procd_set_param stderr 1 +# procd_set_param stderr 1 procd_close_instance }