mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
php7: mark /etc/config/php7-fastcgi as conffile
Signed-off-by: W. Michael Petullo <mike@flyn.org>
(cherry picked from commit 5bc9bb04c5)
This commit is contained in:
committed by
Michael Heimpold
parent
3be4577ee9
commit
36358e7e38
@@ -532,6 +532,10 @@ define Package/php7-fastcgi/install
|
|||||||
$(INSTALL_BIN) ./files/php7-fastcgi.init $(1)/etc/init.d/php7-fastcgi
|
$(INSTALL_BIN) ./files/php7-fastcgi.init $(1)/etc/init.d/php7-fastcgi
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/php7-fastcgi/conffiles
|
||||||
|
/etc/config/php7-fastcgi
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/php7-fpm/install
|
define Package/php7-fpm/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/sapi/fpm/php-fpm $(1)/usr/bin/php-fpm
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/sapi/fpm/php-fpm $(1)/usr/bin/php-fpm
|
||||||
|
|||||||
Reference in New Issue
Block a user