You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2012/07/21 15:33:46 UTC

svn commit: r1364087 - in /httpd/httpd/branches/2.4.x: ./ build/rpm/htcacheclean.init

Author: minfrin
Date: Sat Jul 21 13:33:46 2012
New Revision: 1364087

URL: http://svn.apache.org/viewvc?rev=1364087&view=rev
Log:
Backport 1363836:
RPM packaging: The PID file goes in /var/run in the RPM layout.

Modified:
    httpd/httpd/branches/2.4.x/   (props changed)
    httpd/httpd/branches/2.4.x/build/rpm/htcacheclean.init

Propchange: httpd/httpd/branches/2.4.x/
------------------------------------------------------------------------------
  Merged /httpd/httpd/trunk:r1363836

Modified: httpd/httpd/branches/2.4.x/build/rpm/htcacheclean.init
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/build/rpm/htcacheclean.init?rev=1364087&r1=1364086&r2=1364087&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/build/rpm/htcacheclean.init (original)
+++ httpd/httpd/branches/2.4.x/build/rpm/htcacheclean.init Sat Jul 21 13:33:46 2012
@@ -48,7 +48,7 @@ fi
 # Path to htcacheclean, server binary, and short-form for messages.
 htcacheclean=${HTTPD-/usr/sbin/htcacheclean}
 lockfile=${LOCKFILE-/var/lock/subsys/${prog}}
-pidfile=/var/log/httpd/${prog}.pid
+pidfile=/var/run/${prog}.pid
 interval=${INTERVAL-10}
 cachepath=${CACHEPATH-/var/cache/httpd/cache-root}
 limit=${LIMIT-100M}