]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
RPM packaging: The PID file goes in /var/run in the RPM layout.
authorGraham Leggett <minfrin@apache.org>
Fri, 20 Jul 2012 15:23:46 +0000 (15:23 +0000)
committerGraham Leggett <minfrin@apache.org>
Fri, 20 Jul 2012 15:23:46 +0000 (15:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1363836 13f79535-47bb-0310-9956-ffa450edef68

build/rpm/htcacheclean.init

index df30f1af3157aa837d89b2633dae51deb1b73a8f..5aa10ab2aadd682d4686572a0434a5447d0c7b8f 100755 (executable)
@@ -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}