Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/php: remove sample config in new location
@ 2019-11-28 13:03 Pascal de Bruijn
  2019-12-31 17:27 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Pascal de Bruijn @ 2019-11-28 13:03 UTC (permalink / raw)
  To: buildroot

From: Pascal de Bruijn <pmjdebruijn@pcode.nl>

the upstream php-fpm sample configuration is placed in

  /etc/php-fpm.d/www.conf.default

in recent version of php, so adjust the build cleanup
accordingly

Signed-off-by: Pascal de Bruijn <p.debruijn@unilogic.nl>
---
 package/php/php.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/php/php.mk b/package/php/php.mk
index 007b8a6..c83f04a 100644
--- a/package/php/php.mk
+++ b/package/php/php.mk
@@ -346,7 +346,7 @@ endef
 define PHP_INSTALL_FPM_CONF
 	$(INSTALL) -D -m 0644 package/php/php-fpm.conf \
 		$(TARGET_DIR)/etc/php-fpm.conf
-	rm -f $(TARGET_DIR)/etc/php-fpm.conf.default
+	rm -rf $(TARGET_DIR)/etc/php-fpm.d
 	# remove unused sample status page /usr/php/php/fpm/status.html
 	rm -rf $(TARGET_DIR)/usr/php
 endef
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-12-31 17:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-28 13:03 [Buildroot] [PATCH] package/php: remove sample config in new location Pascal de Bruijn
2019-12-31 17:27 ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox