diff options
author | Huangbin Zhan <zhanhb88@gmail.com> | 2020-05-09 05:43:57 +0800 |
---|---|---|
committer | zhanhb <6323014+zhanhb@users.noreply.github.com> | 2020-05-09 06:06:43 +0800 |
commit | 0ec746ccb6e87696a7a4986d87d55cda205031f0 (patch) | |
tree | be37c6909d1e1bb8f2f948cce1b4092841d8fa03 /utils/sysstat/Makefile | |
parent | 0206a87146fef2b20d18187832935f63641f5c9b (diff) |
treewide: add conffiles
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
Diffstat (limited to 'utils/sysstat/Makefile')
-rw-r--r-- | utils/sysstat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/sysstat/Makefile b/utils/sysstat/Makefile index 2ed73f3b0..2bf76000e 100644 --- a/utils/sysstat/Makefile +++ b/utils/sysstat/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sysstat PKG_VERSION:=12.2.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://pagesperso-orange.fr/sebastien.godard/ @@ -40,6 +40,7 @@ define Package/sysstat/description endef define Package/sysstat/conffiles +/etc/config/sysstat /etc/sysstat/sysstat.ioconf /etc/sysstat/sysstat endef |