[apache2] 01/09: Make it obvious that the init script reads a different default file depending on its name
Raphaël Hertzog
hertzog at moszumanska.debian.org
Thu Sep 29 10:25:46 UTC 2016
This is an automated email from the git hooks/post-receive script.
hertzog pushed a commit to branch master
in repository apache2.
commit 1bef5ddabce451f9e738c7313eaa756770456252
Author: Raphaël Hertzog <hertzog at debian.org>
Date: Tue Sep 20 14:56:30 2016 +0200
Make it obvious that the init script reads a different default file depending on its name
---
debian/apache2.apache-htcacheclean.init | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/apache2.apache-htcacheclean.init b/debian/apache2.apache-htcacheclean.init
index cbe8828..026aec9 100755
--- a/debian/apache2.apache-htcacheclean.init
+++ b/debian/apache2.apache-htcacheclean.init
@@ -24,7 +24,7 @@ DIR_SUFFIX="${NAME##apache-htcacheclean}"
APACHE_CONFDIR="${APACHE_CONFDIR:=/etc/apache2$DIR_SUFFIX}"
RUN_USER=$(. $APACHE_CONFDIR/envvars > /dev/null && echo "$APACHE_RUN_USER")
-# Default values. Edit /etc/default/apache-htcacheclean to change these
+# Default values. Edit /etc/default/apache-htcacheclean$DIR_SUFFIX to change these
HTCACHECLEAN_SIZE="${HTCACHECLEAN_SIZE:=300M}"
HTCACHECLEAN_DAEMON_INTERVAL="${HTCACHECLEAN_DAEMON_INTERVAL:=120}"
HTCACHECLEAN_PATH="${HTCACHECLEAN_PATH:=/var/cache/apache2$DIR_SUFFIX/mod_cache_disk}"
--
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