]> err.no Git - varnish/commitdiff
Reminder to keep the default VCL code in synch with the man page.
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 5 Oct 2006 09:52:30 +0000 (09:52 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 5 Oct 2006 09:52:30 +0000 (09:52 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1137 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/mgt_vcc.c

index 576aac212d0116e7100d8925d0b213661aa1b4e5..324c6afaa511084da0173160e9fc91746c0c848c 100644 (file)
@@ -64,6 +64,7 @@ static TAILQ_HEAD(, vclprog) vclhead = TAILQ_HEAD_INITIALIZER(vclhead);
 
 /*--------------------------------------------------------------------*/
 
+/* keep this in synch with man/vcl.7 */
 static const char *default_vcl =
     "sub default_vcl_recv {\n"
     "    if (req.request != \"GET\" && req.request != \"HEAD\") {\n"