[master] 4b9b71b Remove a comment overtaken by events.
Poul-Henning Kamp
phk at FreeBSD.org
Mon Jul 28 11:12:54 CEST 2014
commit 4b9b71b65109857a239a2df32dee1fa970376f3f
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date: Mon Jul 28 09:12:42 2014 +0000
Remove a comment overtaken by events.
diff --git a/bin/varnishd/mgt/mgt_param_tbl.c b/bin/varnishd/mgt/mgt_param_tbl.c
index bcab043..55889bc 100644
--- a/bin/varnishd/mgt/mgt_param_tbl.c
+++ b/bin/varnishd/mgt/mgt_param_tbl.c
@@ -44,12 +44,6 @@
"\tmax_pool\tmaximum size of free pool.\n" \
"\tmax_age\tmax age of free element."
-/*
- * Remember to update varnishd.1 whenever you add / remove a parameter or
- * change its default value.
- * XXX: we should generate the relevant section of varnishd.1 from here.
- */
-
struct parspec mgt_parspec[] = {
{ "user", tweak_user, NULL, NULL, NULL,
"The unprivileged user to run as.",
@@ -64,7 +58,7 @@ struct parspec mgt_parspec[] = {
" everybody can run it. This parameter makes it possible"
" to add an extra group to the sandbox process which runs the"
" cc_command, in order to gain access to such a restricted"
- " c-compiler.",
+ " C-compiler.",
ONLY_ROOT,
"" },
{ "default_ttl", tweak_timeout, &mgt_param.default_ttl,
More information about the varnish-commit
mailing list