From: W. Michael Petullo Date: Sat, 19 Oct 2019 22:13:41 +0000 (-0400) Subject: php7: mark /etc/config/php7-fastcgi as conffile X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=36358e7e382c476a34f56b31c66332e0c3a24908;p=feed%2Fpackages.git php7: mark /etc/config/php7-fastcgi as conffile Signed-off-by: W. Michael Petullo (cherry picked from commit 5bc9bb04c5d19ea679a687f6731457e7492d4744) --- diff --git a/lang/php7/Makefile b/lang/php7/Makefile index b570f5101f..311cdd1e7f 100644 --- a/lang/php7/Makefile +++ b/lang/php7/Makefile @@ -532,6 +532,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