php7: mark /etc/config/php7-fastcgi as conffile

Signed-off-by: W. Michael Petullo <mike@flyn.org>
This commit is contained in:
W. Michael Petullo 2019-10-19 18:13:41 -04:00
parent 896a09ed1a
commit 5bc9bb04c5
1 changed files with 4 additions and 0 deletions

View File

@ -533,6 +533,10 @@ define Package/php7-fastcgi/install
$(INSTALL_BIN) ./files/php7-fastcgi.init $(1)/etc/init.d/php7-fastcgi
endef
define Package/php7-fastcgi/conffiles
/etc/config/php7-fastcgi
endef
define Package/php7-fpm/install
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/sapi/fpm/php-fpm $(1)/usr/bin/php-fpm