collectd: stop service on shutdown
authorJo-Philipp Wich <redacted>
Fri, 15 Apr 2016 10:33:32 +0000 (12:33 +0200)
committerJo-Philipp Wich <redacted>
Fri, 15 Apr 2016 10:33:32 +0000 (12:33 +0200)
Signed-off-by: Jo-Philipp Wich <redacted>
utils/collectd/Makefile
utils/collectd/files/collectd.init

index adc11796d2dd7ad1949b395b55689c866ab8e251..5a808dd23e85733b97991af89471c0bb5414e721 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=collectd
 PKG_VERSION:=5.5.1
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=http://collectd.org/files/
index 727e020aacf5e46d0efda459edf1a6c071e5e08e..c9afdee8d391b8aa82830f785377feaa3956be29 100644 (file)
@@ -2,6 +2,7 @@
 # Copyright (C) 2006-2016 OpenWrt.org
 
 START=80
+STOP=10
 
 USE_PROCD=1
 
git clone https://git.99rst.org/PROJECT