From 49ed893dbe3387e5e81ae7ad4935fc481eaae7de Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Fri, 20 Jul 2012 15:23:46 +0000 Subject: [PATCH] RPM packaging: The PID file goes in /var/run in the RPM layout. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1363836 13f79535-47bb-0310-9956-ffa450edef68 --- build/rpm/htcacheclean.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/rpm/htcacheclean.init b/build/rpm/htcacheclean.init index df30f1af315..5aa10ab2aad 100755 --- a/build/rpm/htcacheclean.init +++ b/build/rpm/htcacheclean.init @@ -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} -- 2.47.3