treewide: add conffiles

Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
This commit is contained in:
Huangbin Zhan
2020-07-07 06:27:51 +08:00
parent 98d4a7952d
commit e4a800f432
3 changed files with 12 additions and 3 deletions
+2 -1
View File
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=prometheus-statsd-exporter
PKG_VERSION:=0.15.0
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=statsd_exporter-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/prometheus/statsd_exporter/tar.gz/v${PKG_VERSION}?
@@ -42,6 +42,7 @@ define Package/prometheus-statsd-exporter/install
endef
define Package/prometheus-statsd-exporter/conffiles
/etc/config/prometheus-statsd-exporter
/etc/prometheus-statsd-exporter.yml
endef