[apache2] 01/01: Fix htcacheclean path and function name in init script

Stefan Fritsch sf at alioth.debian.org
Sun Aug 11 09:54:51 UTC 2013


This is an automated email from the git hooks/post-receive script.

sf pushed a commit to branch master
in repository apache2.

commit edbef2eb6e30cc8094cf0f7c2d8c830ee294c8c5
Author: Stefan Fritsch <sf at sfritsch.de>
Date:   Sun Aug 11 11:53:32 2013 +0200

    Fix htcacheclean path and function name in init script
---
 debian/apache2.init |    4 ++--
 debian/changelog    |    1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/apache2.init b/debian/apache2.init
index d88dd98..94c8ec4 100755
--- a/debian/apache2.init
+++ b/debian/apache2.init
@@ -51,7 +51,7 @@ HTCACHECLEAN_RUN=auto
 HTCACHECLEAN_MODE=daemon
 HTCACHECLEAN_SIZE=300M
 HTCACHECLEAN_DAEMON_INTERVAL=120
-HTCACHECLEAN_PATH=/var/cache/apache2$DIR_SUFFIX/mod_disk_cache
+HTCACHECLEAN_PATH=/var/cache/apache2$DIR_SUFFIX/mod_cache_disk
 HTCACHECLEAN_OPTIONS=""
 
 APACHE_HTTPD=$(. $APACHE_ENVVARS && echo $APACHE_HTTPD)
@@ -394,7 +394,7 @@ case "$1" in
 	;;
   start-htcacheclean)
 	log_daemon_msg "Starting htcacheclean"
-	start_htcachelean
+	start_htcacheclean
 	log_end_msg $?
 	exit $?
 	;;
diff --git a/debian/changelog b/debian/changelog
index 41f2311..a8f3c82 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ apache2 (2.4.6-3) UNRELEASED; urgency=low
     building mpm-itk as separate package.
   * Improve comment for LogLevel in apache2.conf. Closes: #718677
   * Fix comment in ports.conf. Closes: #718650
+  * Fix htcacheclean path and function name in init script. Closes: #718909
 
  -- Stefan Fritsch <sf at debian.org>  Tue, 23 Jul 2013 21:24:07 +0200
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-apache/apache2.git



More information about the Pkg-apache-commits mailing list