[4.0] a36e406 Remove a comment overtaken by events.

Lasse Karstensen lkarsten at varnish-software.com
Mon Sep 22 16:38:22 CEST 2014


commit a36e406624a30a0faafd056c34d22c7fe7e414c2
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 1e12691..9135d8f 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