r2650 - trunk/varnish-cache/bin/varnishd
    phk at projects.linpro.no 
    phk at projects.linpro.no
       
    Thu Jun  5 11:19:27 CEST 2008
    
    
  
Author: phk
Date: 2008-06-05 11:19:27 +0200 (Thu, 05 Jun 2008)
New Revision: 2650
Modified:
   trunk/varnish-cache/bin/varnishd/mgt_param.c
Log:
Add an XXX comment.
Modified: trunk/varnish-cache/bin/varnishd/mgt_param.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_param.c	2008-06-05 09:18:09 UTC (rev 2649)
+++ trunk/varnish-cache/bin/varnishd/mgt_param.c	2008-06-05 09:19:27 UTC (rev 2650)
@@ -441,6 +441,7 @@
 /*
  * 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.
  */
 static const struct parspec parspec[] = {
 	{ "user", tweak_user, NULL, 0, 0,
    
    
More information about the varnish-commit
mailing list