projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
896a09e
)
php7: mark /etc/config/php7-fastcgi as conffile
10288/head
author
W. Michael Petullo
<mike@flyn.org>
Sat, 19 Oct 2019 22:13:41 +0000
(18:13 -0400)
committer
W. Michael Petullo
<mike@flyn.org>
Sat, 19 Oct 2019 22:13:41 +0000
(18:13 -0400)
Signed-off-by: W. Michael Petullo <mike@flyn.org>
lang/php7/Makefile
patch
|
blob
|
history
diff --git
a/lang/php7/Makefile
b/lang/php7/Makefile
index 5ce9537b42ff648ca79dcf19be4fb07d0b9a90ce..52bec47e094a1219ee1304c8d6a9f31d7508ac25 100644
(file)
--- a/
lang/php7/Makefile
+++ b/
lang/php7/Makefile
@@
-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