|
Lines 1-6
Link Here
|
| 1 |
--- sapi/fpm/Makefile.frag.orig 2013-12-10 19:32:43.000000000 +0000 |
1 |
|
| 2 |
+++ sapi/fpm/Makefile.frag 2013-12-13 21:55:54.402236058 +0000 |
2 |
$FreeBSD$ |
| 3 |
@@ -18,6 +18,6 @@ install-fpm: $(SAPI_FPM_PATH) |
3 |
|
|
|
4 |
--- sapi/fpm/Makefile.frag.orig |
| 5 |
+++ sapi/fpm/Makefile.frag |
| 6 |
@@ -12,12 +12,12 @@ |
| 7 |
|
| 8 |
@echo "Installing PHP FPM config: $(INSTALL_ROOT)$(sysconfdir)/" && \ |
| 9 |
$(mkinstalldirs) $(INSTALL_ROOT)$(sysconfdir) || : |
| 10 |
- @$(INSTALL_DATA) sapi/fpm/php-fpm.conf $(INSTALL_ROOT)$(sysconfdir)/php-fpm.conf.default || : |
| 11 |
+ @$(INSTALL_DATA) sapi/fpm/php-fpm.conf $(INSTALL_ROOT)$(sysconfdir)/php-fpm.conf.sample || : |
| 12 |
|
| 13 |
@echo "Installing PHP FPM man page: $(INSTALL_ROOT)$(mandir)/man8/" |
| 4 |
@$(mkinstalldirs) $(INSTALL_ROOT)$(mandir)/man8 |
14 |
@$(mkinstalldirs) $(INSTALL_ROOT)$(mandir)/man8 |
| 5 |
@$(INSTALL_DATA) sapi/fpm/php-fpm.8 $(INSTALL_ROOT)$(mandir)/man8/php-fpm$(program_suffix).8 |
15 |
@$(INSTALL_DATA) sapi/fpm/php-fpm.8 $(INSTALL_ROOT)$(mandir)/man8/php-fpm$(program_suffix).8 |
| 6 |
|
16 |
|