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/20 17:23:46 UTC

svn commit: r1363836 - /httpd/httpd/trunk/build/rpm/htcacheclean.init

Author: minfrin
Date: Fri Jul 20 15:23:46 2012
New Revision: 1363836

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

Modified:
    httpd/httpd/trunk/build/rpm/htcacheclean.init

Modified: httpd/httpd/trunk/build/rpm/htcacheclean.init
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/build/rpm/htcacheclean.init?rev=1363836&r1=1363835&r2=1363836&view=diff
==============================================================================
--- httpd/httpd/trunk/build/rpm/htcacheclean.init (original)
+++ httpd/httpd/trunk/build/rpm/htcacheclean.init Fri Jul 20 15:23: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}