summaryrefslogtreecommitdiffstats
path: root/package/php/0006-fix-php-fpm.service.in.patch
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-08-09 12:03:08 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-08-10 14:26:52 +0200
commit6604b2e9c446ae85ae358bf1a9973c8c6f205edd (patch)
tree10c3cb89cde746f0e54d50373c41cb4aa7722d8c /package/php/0006-fix-php-fpm.service.in.patch
parent5e8b92cec64dbb0dfe57435d3333b359355e3267 (diff)
downloadbuildroot-6604b2e9c446ae85ae358bf1a9973c8c6f205edd.tar.gz
buildroot-6604b2e9c446ae85ae358bf1a9973c8c6f205edd.zip
php: rework patches as Git formatted patches
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/php/0006-fix-php-fpm.service.in.patch')
-rw-r--r--package/php/0006-fix-php-fpm.service.in.patch35
1 files changed, 0 insertions, 35 deletions
diff --git a/package/php/0006-fix-php-fpm.service.in.patch b/package/php/0006-fix-php-fpm.service.in.patch
deleted file mode 100644
index a182a2528b..0000000000
--- a/package/php/0006-fix-php-fpm.service.in.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From bb19125781c0794da9a63fee62e263ff4efff661 Mon Sep 17 00:00:00 2001
-From: Floris Bos <bos@je-eigen-domein.nl>
-Date: Fri, 1 May 2015 15:28:55 +0200
-Subject: [PATCH] Fix php-fpm.service.in
-
-- Expand file paths.
-- Remove obsolete After=syslog.target. Syslog is socket activated nowadays.
-
-Signed-off-by: Floris Bos <bos@je-eigen-domein.nl>
----
- sapi/fpm/php-fpm.service.in | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/sapi/fpm/php-fpm.service.in b/sapi/fpm/php-fpm.service.in
-index a2df30e..c135f04 100644
---- a/sapi/fpm/php-fpm.service.in
-+++ b/sapi/fpm/php-fpm.service.in
-@@ -1,11 +1,11 @@
- [Unit]
- Description=The PHP FastCGI Process Manager
--After=syslog.target network.target
-+After=network.target
-
- [Service]
- Type=@php_fpm_systemd@
--PIDFile=@localstatedir@/run/php-fpm.pid
--ExecStart=@sbindir@/php-fpm --nodaemonize --fpm-config @sysconfdir@/php-fpm.conf
-+PIDFile=@EXPANDED_LOCALSTATEDIR@/run/php-fpm.pid
-+ExecStart=@EXPANDED_SBINDIR@/php-fpm --nodaemonize --fpm-config @EXPANDED_SYSCONFDIR@/php-fpm.conf
- ExecReload=/bin/kill -USR2 $MAINPID
-
- [Install]
---
-2.1.4
-
OpenPOWER on IntegriCloud