php7: mark /etc/config/php7-fastcgi as conffile
authorW. Michael Petullo <mike@flyn.org>
Sat, 19 Oct 2019 22:13:41 +0000 (18:13 -0400)
committerMichael Heimpold <mhei@heimpold.de>
Sun, 24 Nov 2019 21:11:31 +0000 (22:11 +0100)
Signed-off-by: W. Michael Petullo <mike@flyn.org>
(cherry picked from commit 5bc9bb04c5d19ea679a687f6731457e7492d4744)

lang/php7/Makefile

index ebb98970ecadc4e1f4c6096bd639ce2d3e509354..bc9372a5d7ea1e164f7220530ecb60faf738526a 100644 (file)
@@ -509,6 +509,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