summaryrefslogtreecommitdiffstats
path: root/httpd-2.4.3-apctl-systemd.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-04-29 17:43:59 +0200
committerRemi Collet <fedora@famillecollet.com>2013-04-29 17:43:59 +0200
commitcc4bb240afc8320737e6ed8908291c7599113d3e (patch)
tree2cdbc0d9f6b318e14e72f65a0eebc2e37ff24b95 /httpd-2.4.3-apctl-systemd.patch
parentc0d77ab6a4bdf0c18fa1084afa2c8a425bb12c94 (diff)
- sync with rawhide, rebuild for remi repo
- add -DDFCGI_DUMP_ENV_VARS -DFCGI_DUMP_HEADERS
Diffstat (limited to 'httpd-2.4.3-apctl-systemd.patch')
-rw-r--r--httpd-2.4.3-apctl-systemd.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/httpd-2.4.3-apctl-systemd.patch b/httpd-2.4.3-apctl-systemd.patch
index bcb57fe..5823aee 100644
--- a/httpd-2.4.3-apctl-systemd.patch
+++ b/httpd-2.4.3-apctl-systemd.patch
@@ -24,7 +24,7 @@ index c6ac3ea..2599386 100644
+ ERROR=$?
+ ;;
+graceful)
-+ /usr/bin/systemctl restart httpd.service
++ /usr/bin/systemctl reload httpd.service
+ ERROR=$?
+ ;;
+graceful-stop)