Browse Source

Merge pull request #10288 from flyn-org/php7

php7: mark /etc/config/php7-fastcgi as conffile
lilik-openwrt-22.03
Michael Heimpold 5 years ago
committed by GitHub
parent
commit
cee37c2902
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      lang/php7/Makefile

+ 4
- 0
lang/php7/Makefile View File

@ -533,6 +533,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


Loading…
Cancel
Save