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/pservice/Makefile | |
parent | 0206a87146fef2b20d18187832935f63641f5c9b (diff) |
treewide: add conffiles
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
Diffstat (limited to 'utils/pservice/Makefile')
-rw-r--r-- | utils/pservice/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/utils/pservice/Makefile b/utils/pservice/Makefile index 56a2ac097..01d0399d3 100644 --- a/utils/pservice/Makefile +++ b/utils/pservice/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pservice PKG_VERSION:=2017-08-29 -PKG_RELEASE=2 +PKG_RELEASE=3 PKG_MAINTAINER:=Yousong Zhou <yszhou4tech@gmail.com> @@ -19,6 +19,10 @@ endef define Build/Compile endef +define Package/pservice/conffiles +/etc/config/pservice +endef + define Package/pservice/install $(INSTALL_DIR) $(1)/usr/bin $(1)/etc/init.d $(1)/etc/config $(INSTALL_BIN) ./files/pservice.init $(1)/etc/init.d/pservice |