[nginx] Revert "Fix pid path in nginx.conf"

Jamie Nguyen jamielinux at fedoraproject.org
Sun Mar 4 20:16:58 UTC 2012


commit 8e04e8e62a5e8ab251fb1269ac18a84e1ce5a8e3
Author: Jamie Nguyen <jamie at tomoyolinux.co.uk>
Date:   Sun Mar 4 20:14:50 2012 +0000

    Revert "Fix pid path in nginx.conf"
    
    This reverts commit a6548afc97d2af6aba5218cc1c54226ab58efdf4.

 nginx.conf |    2 +-
 nginx.spec |    5 +----
 2 files changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/nginx.conf b/nginx.conf
index 6116a14..dc8091c 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -22,7 +22,7 @@ error_log  /var/log/nginx/error.log;
 #error_log  /var/log/nginx/error.log  notice;
 #error_log  /var/log/nginx/error.log  info;
 
-pid        /run/nginx.pid;
+pid        /var/run/nginx.pid;
 
 
 #----------------------------------------------------------------------
diff --git a/nginx.spec b/nginx.spec
index 623c809..68a7438 100644
--- a/nginx.spec
+++ b/nginx.spec
@@ -10,7 +10,7 @@
 Name:              nginx
 Epoch:             1
 Version:           1.0.12
-Release:           4%{?dist}
+Release:           3%{?dist}
 
 Summary:           A high performance web server and reverse proxy server
 Group:             System Environment/Daemons
@@ -212,9 +212,6 @@ fi
 
 
 %changelog
-* Sun Mar 04 2012 Jamie Nguyen <jamie at tomoyolinux.co.uk> 1:1.0.12-4
-- change pid path in nginx.conf to match systemd service file
-
 * Sun Mar 04 2012 Jamie Nguyen <jamie at tomoyolinux.co.uk> 1:1.0.12-3
 - fix %%pre scriptlet
 


More information about the scm-commits mailing list